Fixed a small bug where the item in the menu would remain checked despite the fact that the element on the form was no longer visible.

This commit is contained in:
Raoul Snyman 2010-07-06 22:27:57 +02:00
parent be283440f8
commit 9e7f98e33c
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
self.LiveController.Panel.setVisible(True)
self.settingsmanager.set_preview_visibility(False)
self.settingsmanager.set_live_visibility(True)
self.ViewPreviewPanel.setChecked(True)
self.ViewPreviewPanel.setChecked(False)
self.ViewLivePanel.setChecked(True)
def screenChanged(self):