13
0

Possibly fix non-appearing MIDI controls (#3143)

git-svn-id: svn://localhost/ardour2/branches/3.0@7144 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-23 02:41:08 +00:00
parent 1d0abbdcd9
commit 5779060c7f

View File

@ -282,7 +282,7 @@ MidiTimeAxisView::set_height (uint32_t h)
RouteTimeAxisView::set_height (h);
if (height >= MIDI_CONTROLS_BOX_MIN_HEIGHT) {
_midi_controls_box.show();
_midi_controls_box.show_all ();
} else {
_midi_controls_box.hide();
}