Skip to content

Commit

Permalink
fix #122601 Opening the same score multiple times gives different res…
Browse files Browse the repository at this point in the history
…ults
  • Loading branch information
wschweer committed Aug 29, 2016
1 parent 962076f commit 7382524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/beam.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Beam : public Element {
int minMove; // set in layout1()
int maxMove;
TDuration maxDuration;
qreal slope;
qreal slope { 0.0 };

int editFragment; // valid in edit mode

Expand Down

0 comments on commit 7382524

Please sign in to comment.