Skip to content
Snippets Groups Projects
Commit fc728bf1 authored by Tiago Daniel Jacobs's avatar Tiago Daniel Jacobs
Browse files

Fixes #2768

parent 58292b19
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment