Merge pull request #2969 from tdj-br/master

Fixes #2768
This commit is contained in:
Chad Pilkey 2016-01-22 16:41:14 -05:00
commit 75cb6b66cc

View File

@ -98,6 +98,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
} }
private function onLayoutChanged(e:SwitchedLayoutEvent):void { private function onLayoutChanged(e:SwitchedLayoutEvent):void {
lockSettingsChanged(null);
//trace(LOG + " handling SwitchedLayoutEvent layout=[" + e.layoutID + "]"); //trace(LOG + " handling SwitchedLayoutEvent layout=[" + e.layoutID + "]");
populateComboBox(); populateComboBox();
//trace(LOG + " selected layout coming in is: " + selectedIndex); //trace(LOG + " selected layout coming in is: " + selectedIndex);