We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec8dae commit 21b7e78Copy full SHA for 21b7e78
1 file changed
openmc_plotter/main_window.py
@@ -112,7 +112,6 @@ def loadGui(self, use_settings_pkl=True):
112
self.statusBar().showMessage('')
113
114
# Timer allows GUI to render before plot finishes loading
115
- # QtCore.QTimer.singleShot(0, self.plotIm.generatePixmap)
116
QtCore.QTimer.singleShot(0, self.showCurrentView)
117
118
self.plotIm.frozen = False
0 commit comments