knob: use double precision normal on dent.
[ardour.git] / gtk2_ardour / editor_summary.cc
index 1ed9af974e57c6ad898be9cb9e0592a9150336ac..b570cf4e1a0238c1e9d57bf6f2c70106487d84ca 100644 (file)
@@ -972,7 +972,7 @@ EditorSummary::set_editor_y (pair<double, double> const y)
                }
 
                if (yc.first <= 0 && yc.second >= _track_height) {
-                       (*i)->set_height (max (TimeAxisView::preset_height (HeightSmall), (uint32_t) ((*i)->effective_height() * scale)));
+                       (*i)->set_height (max (TimeAxisView::preset_height (HeightSmall), (uint32_t) ((*i)->effective_height() * scale)), TimeAxisView::TotalHeight);
                }
 
                yc.first -= _track_height;