summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-29 05:41:58 +0100
committerRobin Gareus <robin@gareus.org>2014-10-29 12:06:20 +0100
commitea26d70cadc86caaf4af73c2af54474de92fc94f (patch)
tree525ea93ad98572dc733ad1ecc351c5ef4198b692 /gtk2_ardour/editor_summary.cc
parentbb792c0e07f38d1610ec0cd4c76cf05dbb20a207 (diff)
fix summary re-size
w/USE_CAIRO_IMAGE_SURFACE
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 50e9311998..fbe8240035 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -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 ();
}