Skip to content
Snippets Groups Projects
Commit f2bf63e2 authored by Richard Alam's avatar Richard Alam
Browse files

- fix mx_internal error for SettingsModule

parent 310b5118
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ $Id: $
}
private function openSettingsPanel(e:SettingsEvent = null):void{
var settingsPanel:SettingsPanel = SettingsPanel(PopUpManager.createPopUp(FlexGlobals.topLevelApplication.mx_internal.Application as DisplayObject, SettingsPanel, true));
var settingsPanel:SettingsPanel = SettingsPanel(PopUpManager.createPopUp(FlexGlobals.topLevelApplication as DisplayObject, SettingsPanel, true));
var point1:Point = new Point();
// Calculate position of TitleWindow in Application's coordinates.
......
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