We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a028b89 + 478ef04 commit a8abcdaCopy full SHA for a8abcda
2 files changed
.gitignore
@@ -1,3 +1,4 @@
1
*~
2
__pycache__
3
plot_settings.pkl
4
+*.egg-info
openmc_plotter/main_window.py
@@ -414,6 +414,7 @@ def updateEditMenu(self):
414
self.maskingAction.setChecked(self.model.currentView.masking)
415
self.highlightingAct.setChecked(self.model.currentView.highlighting)
416
self.outlineAct.setChecked(self.model.currentView.outlines)
417
+ self.overlapAct.setChecked(self.model.currentView.color_overlaps)
418
419
num_previous_views = len(self.model.previousViews)
420
self.undoAction.setText('&Undo ({})'.format(num_previous_views))
0 commit comments