Files
ardour/libs/canvas
Paul Davis 993c7c4bec canvas: manually remove changes from 6f91dc0799 and implement same goal in a different way
The AudioClipEditor features a scroll bar that is a part of the canvas. Because scroll
groups are at the top level of a canvas, the scroll bar is necessary within a scroll
group, which causes it to get confused about the difference between its own
position within the canvas and that of the scroll group. This commit introduces
a per-Item flag, _scroll_translation, which is true by default. If false, the
item will not have coordinates translated to reflect scroll group position.
2022-01-20 09:45:47 -07:00
..
2021-08-13 12:51:26 -06:00
2021-09-14 18:29:39 -06:00
2021-08-13 12:51:25 -06:00
2020-04-10 18:32:18 +02:00
2020-12-30 03:26:00 +01:00