check UIConfig variable before restarting lock timeout

This commit is contained in:
Paul Davis 2014-06-25 11:34:58 -04:00
parent b43d3fe8d7
commit 036740b0c8

View File

@ -7157,6 +7157,7 @@ Editor::unlock ()
ActionManager::pop_action_state ();
#endif
start_lock_event_timing ();
if (ARDOUR_UI::config()->get_lock_gui_after_seconds()) {
start_lock_event_timing ();
}
}