Fix Audiofile browser dialog so it appears infront of preference window when selectin...
authorTim Mayberry <mojofunk@gmail.com>
Fri, 13 Jun 2014 07:12:36 +0000 (17:12 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Fri, 2 Jan 2015 15:11:47 +0000 (22:11 +0700)
gtk2_ardour/rc_option_editor.cc

index f845273d951014c59f4a602dd057ffe9d6685276..1d58dcf1da44ae0b3e7a99024d0517652b7f7b4f 100644 (file)
@@ -115,6 +115,9 @@ private:
        {
                SoundFileChooser sfdb (_("Choose Click"));
 
+               sfdb.show_all ();
+               sfdb.present ();
+
                if (sfdb.run () == RESPONSE_OK) {
                        click_chosen (sfdb.get_filename());
                }