Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Fix: reset scale to use on deselection
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Aug 31, 2020
1 parent 8e38e46 commit cd19007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noteprocessors/scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def processInit(command):
elif x < len(scales.scale_class_list):
if x == SCALE_CLASS:
SCALE_CLASS = -1
SCALE_TO_USE = []
command.handle("Remove scale class")
return
internal.window.resetAnimationTick()
Expand Down

0 comments on commit cd19007

Please sign in to comment.