mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Summary]: fix bug #44674 (Marker Inspector window is not available when the window is minimized (mac only)).
This commit is contained in:
parent
5081fa6d25
commit
5ec0dfe7e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue