Popup blocking for cluster mode

This commit is contained in:
Mark Mine 2004-05-25 00:17:42 +00:00
parent 76553d46dd
commit 16d8392b07
1 changed files with 0 additions and 2 deletions

View File

@ -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)