Popup blocking for cluster mode
This commit is contained in:
parent
76553d46dd
commit
16d8392b07
|
|
@ -917,12 +917,10 @@
|
|||
return Slider.rgbPanel(self, cb)
|
||||
|
||||
def select(self):
|
||||
base.startTk()
|
||||
base.startDirect()
|
||||
direct.select(self)
|
||||
|
||||
def deselect(self):
|
||||
base.startTk()
|
||||
base.startDirect()
|
||||
direct.deselect(self)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue