Edirom / Edirom-Online

Edirom Online is a tool for presenting historical-critical music editions in digital form.
GNU General Public License v3.0
20 stars 24 forks source link

measureBasedView: fix imageZoom levels with two viewers #262

Open bwbohl opened 2 years ago

bwbohl commented 2 years ago

When MeasureBasedView adds an additional HorizontalMeasureViewer it resizes the viewers to a proportional width, depending on the width of the measure group to be displayed in each viewer compared to the total width of all viewers. This leads to existing viewers' zoom level mismatch.

bwbohl commented 2 years ago

this might lead to a general reconsideration of how window space is spread across multiple parts, especially when considering multi-staff system of, e.g. piano part notation.

roewenstrunk commented 1 year ago

It looks like the viewer is calculating with wrong dimensions when calculating the zoom for the passed rectangle. This needs to be checked.