We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2322b2 commit 5a65faeCopy full SHA for 5a65fae
1 file changed
openmc_plotter/main_window.py
@@ -134,7 +134,7 @@ def loadGui(self, use_settings_pkl=True):
134
self.tallyPanel.update()
135
self.colorDialog.updateDialogValues()
136
137
- QtCore.QTimer.singleShot(0, self.requestInitialPlot)
+ QtCore.QTimer.singleShot(0, self.requestPlotUpdate)
138
139
self.plotIm.frozen = False
140
@@ -1220,9 +1220,6 @@ def closeEvent(self, event):
1220
1221
self.saveSettings()
1222
1223
- def requestInitialPlot(self):
1224
- self.requestPlotUpdate()
1225
-
1226
def requestPlotUpdate(self, view=None):
1227
if self.model is None:
1228
return
0 commit comments