Commit a341fc3b authored by Barry Warsaw's avatar Barry Warsaw

update while dragging defaults to 0

parent ee6d8a5b
......@@ -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']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment