Format fixes

This commit is contained in:
Ricky 2016-11-15 04:29:48 -08:00
parent b23d7a8772
commit 78409b8a5e
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ class MainWindow(QtGui.QMainWindow):
self.toolbar.setContextMenuPolicy(QtCore.Qt.CustomContextMenu)
self.menu.customContextMenuRequested.connect(self._menu_context)
self.toolbar.customContextMenuRequested.connect(self._menu_context)
self.buffers[0].widget.input.setFocus()
# open debug dialog
@ -275,7 +275,7 @@ class MainWindow(QtGui.QMainWindow):
menu.addActions([self.actions['show menubar'],
self.actions['show toolbar'],
self.actions['show status bar']])
action = menu.exec_(self.mapToGlobal(event))
menu.exec_(self.mapToGlobal(event))
def _buffer_switch(self, index):
"""Switch to a buffer."""