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 93aaed2 commit 154514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dakje.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class Editor(QtWidgets.QMainWindow):
self.levelTab.level2Checkbox.setChecked(False)
self.levelTab.level3Checkbox.setChecked(False)
self.levelTab.level4Checkbox.setChecked(False)
self.refreshView()
self.segment()

def closeEvent(self, *args, **kwargs):

Expand Down

0 comments on commit 154514f

Please sign in to comment.