mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Shrink Engine Dialog when hiding the advanced section
This commit is contained in:
parent
3ce07580cb
commit
5f17d1b399
1 changed files with 3 additions and 0 deletions
|
|
@ -2863,6 +2863,9 @@ EngineControl::on_latency_expand ()
|
||||||
lbl_midi_system.hide ();
|
lbl_midi_system.hide ();
|
||||||
midi_option_combo.hide ();
|
midi_option_combo.hide ();
|
||||||
midi_devices_button.hide ();
|
midi_devices_button.hide ();
|
||||||
|
if (!UIConfiguration::instance().get_allow_to_resize_engine_dialog ()) {
|
||||||
|
resize (1, 1); // shrink window
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue