示例#1
0
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.get_color('text-color'))
     self.texture.invalidate()
     self.hide_ports()
示例#2
0
文件: text_element.py 项目: wrl/mfp
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.stage.color_unselected)
     self.hide_ports()
示例#3
0
文件: plot_element.py 项目: wrl/mfp
 def unselect(self):
     PatchElement.unselect(self)
     self.rect.set_border_color(self.stage.color_unselected)
示例#4
0
 def unselect(self):
     PatchElement.unselect(self)
     self.rect.set_border_color(self.stage.color_unselected)
示例#5
0
 def unselect(self, *args):
     PatchElement.unselect(self)
     self.label.set_color(self.stage.color_unselected)
     self.hide_ports()