add a locale-guard to panner state
This commit is contained in:
@@ -187,6 +187,7 @@ Pannable::get_state ()
|
||||
XMLNode&
|
||||
Pannable::state (bool /*full*/)
|
||||
{
|
||||
LocaleGuard lg ();
|
||||
XMLNode* node = new XMLNode (X_("Pannable"));
|
||||
|
||||
node->add_child_nocopy (pan_azimuth_control->get_state());
|
||||
|
||||
Reference in New Issue
Block a user