the second half of using LocaleGuard with pane sizes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -1857,6 +1857,7 @@ int
|
||||
Mixer_UI::set_state (const XMLNode& node, int version)
|
||||
{
|
||||
XMLProperty const * prop;
|
||||
LocaleGuard lg;
|
||||
|
||||
Tabbable::set_state (node, version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user