13
0

Canvas: initiate size allocation process from GTK-level size allocate event

This commit is contained in:
Paul Davis 2020-06-10 15:26:34 -06:00
parent 84afcb62c4
commit baea368223

View File

@ -873,6 +873,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.