Don't hide Audio Setup dialog when clicking 'OK' if engine fails to start
authorTim Mayberry <mojofunk@gmail.com>
Sat, 26 Sep 2015 10:22:46 +0000 (20:22 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Wed, 30 Sep 2015 23:10:19 +0000 (09:10 +1000)
commit463bd470e86a37c747a44f2896c48c75b80e81ca
tree963a3fe28b8d0d36c9ec32b019c6b67d4f904245
parent2768ce9b051398e504604ca2663fa087bd3eab75
Don't hide Audio Setup dialog when clicking 'OK' if engine fails to start

This has to be handled in two places, in ARDOUR_UI::do_audio_midi_setup and in
the dialogs response handler and in as the window can also be triggered via the
window action manager.
gtk2_ardour/ardour_ui.cc
gtk2_ardour/engine_dialog.cc