the second half of using LocaleGuard with pane sizes

This commit is contained in:
Paul Davis
2016-06-02 08:09:08 -04:00
parent 1fd04a37c1
commit bac7a13d0f
2 changed files with 2 additions and 0 deletions

View File

@@ -2345,6 +2345,7 @@ Editor::set_state (const XMLNode& node, int version)
XMLProperty const * prop;
set_id (node);
PBD::Unwinder<bool> nsi (no_save_instant, true);
LocaleGuard lg;
Tabbable::set_state (node, version);

View File

@@ -1857,6 +1857,7 @@ int
Mixer_UI::set_state (const XMLNode& node, int version)
{
XMLProperty const * prop;
LocaleGuard lg;
Tabbable::set_state (node, version);