##// END OF EJS Templates
Fix menubar action after @Carreau's suggestion.
Fernando Perez -
Show More
@@ -1126,7 +1126,7 b' class IPythonQtConsoleApp(BaseIPythonApplication):'
1126 shortcut="Ctrl+Meta+H",
1126 shortcut="Ctrl+Meta+H",
1127 statusTip="Toggle menubar betwin visible and not",
1127 statusTip="Toggle menubar betwin visible and not",
1128 triggered=self.toggle_menu_bar)
1128 triggered=self.toggle_menu_bar)
1129 self.window_menu.addAction(self.toggle_menu_bar_act)
1129 self.window.window_menu.addAction(self.toggle_menu_bar_act)
1130
1130
1131 def toggle_menu_bar(self):
1131 def toggle_menu_bar(self):
1132 menu_bar = self.window.menuBar();
1132 menu_bar = self.window.menuBar();
General Comments 0
You need to be logged in to leave comments. Login now