[Summary]: fix bug #44674 (Marker Inspector window is not available when the window is minimized (mac only)).

This commit is contained in:
YPozdnyakov 2015-02-08 11:25:01 +02:00
parent 5081fa6d25
commit 5ec0dfe7e3

View file

@ -1069,6 +1069,7 @@ ARDOUR_UI::show_marker_inspector ()
marker_inspector_dialog->set_position (Gtk::WIN_POS_MOUSE);
track_color_dialog->hide ();
marker_inspector_dialog->show ();
marker_inspector_dialog->present ();
}
void