Mercurial > hg > svgui
diff layer/FlexiNoteLayer.h @ 656:902c7c9d77ea tonioni
vertical scale adapts to note range
author | matthiasm |
---|---|
date | Wed, 19 Jun 2013 22:05:45 +0100 |
parents | c572a0705223 |
children | 050404ae7799 |
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h Wed Jun 19 08:26:24 2013 +0100 +++ b/layer/FlexiNoteLayer.h Wed Jun 19 22:05:45 2013 +0100 @@ -142,7 +142,7 @@ void setProperties(const QXmlAttributes &attributes); - void setVerticalRangeToNoteRange(); + void setVerticalRangeToNoteRange(View *v); protected: void getScaleExtents(View *, float &min, float &max, bool &log) const;