diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml old mode 100644 new mode 100755 index 696e7747f4..b775cee7d3 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml @@ -97,7 +97,8 @@ with BigBlueButton; if not, see . invalidateDisplayList(); } - private function onLayoutChanged(e:SwitchedLayoutEvent):void { + private function onLayoutChanged(e:SwitchedLayoutEvent):void { + lockSettingsChanged(null); //trace(LOG + " handling SwitchedLayoutEvent layout=[" + e.layoutID + "]"); populateComboBox(); //trace(LOG + " selected layout coming in is: " + selectedIndex);