- fixed editor forced minimum size issue
[ardour.git] / gtk2_ardour / fft_graph.cc
index c2d81abf3ce1ab4ad045873d69d936e020667ee4..7c8b4b4095a0f47d6154f082e77e8b0a711c0fcd 100644 (file)
@@ -384,7 +384,7 @@ FFTGraph::on_size_request(Gtk::Requisition* requisition)
 }
 
 void
-FFTGraph::on_size_allocate(Gtk::Allocation alloc)
+FFTGraph::on_size_allocate(Gtk::Allocation alloc)
 {
        width = alloc.get_width();
        height = alloc.get_height();