add a locale-guard to panner state

This commit is contained in:
Robin Gareus 2016-05-07 01:06:20 +02:00
parent d8ac5eddf7
commit 86c76656cc

View File

@ -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());