mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Amend 561cf86919 commit (toolbar sensitivity)
This commit is contained in:
parent
ff3cc400ac
commit
40d266fc0e
1 changed files with 2 additions and 2 deletions
|
|
@ -108,14 +108,14 @@ ARDOUR_UI::set_session (Session *s)
|
||||||
virtual_keyboard_window->set_session (s);
|
virtual_keyboard_window->set_session (s);
|
||||||
}
|
}
|
||||||
|
|
||||||
map_transport_state ();
|
|
||||||
|
|
||||||
if (!_session) {
|
if (!_session) {
|
||||||
WM::Manager::instance().set_session (s);
|
WM::Manager::instance().set_session (s);
|
||||||
/* Session option editor cannot exist across change-of-session */
|
/* Session option editor cannot exist across change-of-session */
|
||||||
session_option_editor.drop_window ();
|
session_option_editor.drop_window ();
|
||||||
/* Ditto for AddVideoDialog */
|
/* Ditto for AddVideoDialog */
|
||||||
add_video_dialog.drop_window ();
|
add_video_dialog.drop_window ();
|
||||||
|
/* screensaver + layered button sensitivity */
|
||||||
|
map_transport_state ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue