Skip to content

Commit

Permalink
#32
Browse files Browse the repository at this point in the history
applying level formatting erases last recorded step
  • Loading branch information
Casey committed Oct 1, 2020
1 parent 154514f commit eae0108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/Tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def initGrids(self):

for checkbox in (self.levelNoneCheckbox, self.level1Checkbox,
self.level2Checkbox, self.level3Checkbox, self.level4Checkbox):
checkbox.clicked.connect(self.editor.segment)
checkbox.clicked.connect(self.editor.refreshView)

self.levelCoverages = [
[self.levelNoneCheckbox, self.levelNoneButton, self.levelNoneProgBar],
Expand Down

0 comments on commit eae0108

Please sign in to comment.