Exemple #1
0
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.get_color('text-color'))
     self.texture.invalidate()
     self.hide_ports()
Exemple #2
0
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.stage.color_unselected)
     self.hide_ports()
Exemple #3
0
 def unselect(self):
     PatchElement.unselect(self)
     self.rect.set_border_color(self.stage.color_unselected)
Exemple #4
0
 def unselect(self):
     PatchElement.unselect(self)
     self.rect.set_border_color(self.stage.color_unselected)
Exemple #5
0
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.stage.color_unselected)
     self.hide_ports()