Skip to content

Commit

Permalink
Merge pull request rism-digital#2983 from rettinghaus/fix-stemmod
Browse files Browse the repository at this point in the history
Reset stem modifier
  • Loading branch information
lpugin authored Jul 26, 2022
2 parents 4d90bc3 + 2221042 commit 9221df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ void Stem::Reset()

m_drawingStemDir = STEMDIRECTION_NONE;
m_drawingStemLen = 0;
m_drawingStemMod = STEMMODIFIER_NONE;
m_drawingStemAdjust = 0;
m_isVirtual = false;
m_stemModRelY = 0;
Expand Down

0 comments on commit 9221df7

Please sign in to comment.