fix summary re-size
w/USE_CAIRO_IMAGE_SURFACE
This commit is contained in:
parent
bb792c0e07
commit
ea26d70cad
@ -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…
Reference in New Issue
Block a user