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:
parent
1d0abbdcd9
commit
5779060c7f
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user