mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
fix summary re-size
w/USE_CAIRO_IMAGE_SURFACE
This commit is contained in:
parent
bb792c0e07
commit
ea26d70cad
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ EditorSummary::~EditorSummary ()
|
|||
void
|
||||
EditorSummary::on_size_allocate (Gtk::Allocation& alloc)
|
||||
{
|
||||
Gtk::EventBox::on_size_allocate (alloc);
|
||||
CairoWidget::on_size_allocate (alloc);
|
||||
_background_dirty = true;
|
||||
set_dirty ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue