mirror of https://github.com/python/cpython.git
update while dragging defaults to 0
This commit is contained in:
parent
ee6d8a5b45
commit
a341fc3bf7
|
@ -170,7 +170,7 @@ def __init__(self, parent=None, **kw):
|
|||
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…
Reference in New Issue