mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
update while dragging defaults to 0
This commit is contained in:
parent
ee6d8a5b45
commit
a341fc3bf7
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class StripWidget(Pmw.MegaWidget):
|
|||
assert self.__axis in (0, 1, 2)
|
||||
self.initialiseoptions(StripWidget)
|
||||
self.__delegate = self['delegate']
|
||||
self.__update_while_dragging = 1
|
||||
self.__update_while_dragging = 0
|
||||
|
||||
def __set_color(self):
|
||||
rgbtuple = self['color']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue