Skip to content

Commit 478ef04

Browse files
committed
save overlap edit settings when reopening
1 parent 22454ec commit 478ef04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openmc_plotter/main_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def updateEditMenu(self):
414414
self.maskingAction.setChecked(self.model.currentView.masking)
415415
self.highlightingAct.setChecked(self.model.currentView.highlighting)
416416
self.outlineAct.setChecked(self.model.currentView.outlines)
417+
self.overlapAct.setChecked(self.model.currentView.color_overlaps)
417418

418419
num_previous_views = len(self.model.previousViews)
419420
self.undoAction.setText('&Undo ({})'.format(num_previous_views))

0 commit comments

Comments
 (0)