Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/ThemeWidgets.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-03-11 17:07:13 (GMT)
committer amartin <olpc@localhost.localdomain>2007-03-11 17:07:13 (GMT)
commit9b48f6c0d50b9fa068aac9cf048968681d47d1ea (patch)
treeb4d5b58d8e5aa25df0d6cb27384d3eadc476314f /Util/ThemeWidgets.py
parentbd285f798fecfae95226df76ff97471daaec7f91 (diff)
fixed generation window closing when using XY sliders
Diffstat (limited to 'Util/ThemeWidgets.py')
-rw-r--r--Util/ThemeWidgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Util/ThemeWidgets.py b/Util/ThemeWidgets.py
index 64d43a4..32842d9 100644
--- a/Util/ThemeWidgets.py
+++ b/Util/ThemeWidgets.py
@@ -267,6 +267,7 @@ class XYSlider( gtk.EventBox ):
def handleRelease( self, w, event ):
self.button.set_active(False)
+ return True
def handleButtonPress( self, w, event ):
self.clickOffset = ( event.x - self.bWidthDIV2, event.y - self.bHeightDIV2 )