Make shift-middle-click work as intended.
This commit is contained in:
parent
39db65b65d
commit
969f5cc265
|
@ -54,7 +54,10 @@ class Aux_Window:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
|
try:
|
||||||
self.container.destroy()
|
self.container.destroy()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# Some utility routines useful for Aux_Windows
|
# Some utility routines useful for Aux_Windows
|
||||||
|
@ -413,6 +416,7 @@ class Flop_Mucked(Aux_Window):
|
||||||
if event.state & gtk.gdk.SHIFT_MASK:
|
if event.state & gtk.gdk.SHIFT_MASK:
|
||||||
self.timer_on = False
|
self.timer_on = False
|
||||||
self.expose_all()
|
self.expose_all()
|
||||||
|
return
|
||||||
|
|
||||||
if event.button == 3: # right button event
|
if event.button == 3: # right button event
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user