fix a tb until we have the menu working there too
This commit is contained in:
parent
857a885f7b
commit
99f1f4acc4
|
@ -452,8 +452,8 @@ class Chat:
|
|||
|
||||
def on_tab_eventbox_button_press_event(self, widget, event, child):
|
||||
if event.button == 3:
|
||||
self.popup_is_shown = True
|
||||
menu.connect('deactivate', self.on_popup_deactivate)
|
||||
#self.popup_is_shown = True
|
||||
#menu.connect('deactivate', self.on_popup_deactivate)
|
||||
n = self.notebook.page_num(child)
|
||||
self.notebook.set_current_page(n)
|
||||
|
||||
|
|
Loading…
Reference in New Issue