lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
117 stars 28 forks source link

Fix bug in FreeFlowView when zooming #378

Closed cecilios closed 1 year ago

cecilios commented 1 year ago

This PR fixes a bug in FreeFlowView which caused the rendering buffer to be painted white when the scale factor (zoom) was changed.

It also updates the sample viewtypes that could not be built after PR #371