Trivial one line to stop <mod>+double-click from rebalancing the splitters
This commit is contained in:
parent
6c9ba6912c
commit
c2001caede
|
@ -225,6 +225,7 @@ class Titlebar(gtk.EventBox):
|
|||
self.show()
|
||||
self.label.show()
|
||||
self.emit('clicked')
|
||||
return True
|
||||
|
||||
def on_edit_done(self, widget):
|
||||
"""Re-emit an edit-done signal from an EditableLabel"""
|
||||
|
|
Loading…
Reference in New Issue