13
0

Redisplay editor window after switching snapshots.

git-svn-id: svn://localhost/ardour2/trunk@1102 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2006-11-10 17:50:43 +00:00
parent 40a7a3853f
commit f2772f270e

View File

@ -1839,6 +1839,9 @@ This prevents the session from being loaded."));
Config->set_current_owner (ConfigVariableBase::Interface);
session_loaded = true;
goto_editor_window ();
return 0;
}