Beispiel #1
0
 def select(self, *args):
     PatchElement.select(self)
     self.label.set_color(self.get_color('text-color'))
     self.texture.invalidate()
     self.draw_ports()
Beispiel #2
0
 def select(self, *args):
     PatchElement.select(self)
     self.label.set_color(self.stage.color_selected)
     self.draw_ports()
Beispiel #3
0
 def select(self):
     PatchElement.select(self)
     self.rect.set_border_color(self.stage.color_selected)
Beispiel #4
0
 def select(self):
     PatchElement.select(self)
     self.rect.set_border_color(self.stage.color_selected)
Beispiel #5
0
 def select(self, *args):
     PatchElement.select(self)
     self.label.set_color(self.stage.color_selected)
     self.draw_ports()