Files
ardour/libs
Paul Davis 12b4807bc9 add a very (very) basic resize/layout design to the canvas
Items call ::queue_resize(), which sets a flag in the canvas; at next idle, we call
Canvas::layout() which walks the item tree and recursively calls layout (depth first)
on all items needing a resize.

Only Container types implement layout, and so far only Box
2021-08-13 12:51:26 -06:00
..
2021-07-23 01:37:46 +02:00
2021-07-03 19:07:25 +02:00
2020-01-22 02:00:25 +01:00
2021-08-13 12:51:26 -06:00
2021-03-01 22:14:38 +01:00
2021-07-22 19:48:24 +02:00