mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Canvas: initiate size allocation process from GTK-level size allocate event
This commit is contained in:
parent
79b424ab6c
commit
99da7c977f
1 changed files with 2 additions and 0 deletions
|
|
@ -874,6 +874,8 @@ GtkCanvas::on_size_allocate (Gtk::Allocation& a)
|
|||
}
|
||||
#endif
|
||||
|
||||
Rect r (a.get_x(), a.get_y(), a.get_width(), a.get_height());
|
||||
_root.size_allocate (r);
|
||||
}
|
||||
|
||||
/** Handler for GDK expose events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue