Fixes #2768
This commit is contained in:
parent
58292b198d
commit
fc728bf1be
3
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
Normal file → Executable file
3
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
Normal file → Executable file
@ -97,7 +97,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
invalidateDisplayList();
|
invalidateDisplayList();
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user