Skip to content

Commit

Permalink
Because of missed dispatch REMOVE_PROJECT java processes for code com…
Browse files Browse the repository at this point in the history
…pletion wasn't closed (reference #87)
  • Loading branch information
piotrzarzycki21 committed Dec 14, 2017
1 parent 17f1c19 commit c9407e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<s:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" close="onCloseWindow(event)"
xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="200" title="Set JAVA Path">
width="400" height="200" title="Set JAVA Path">
<fx:Script>
<![CDATA[
import actionScripts.factory.FileLocation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@
{
projects.removeItem(as3Project);
updateTreeView();
GlobalEventDispatcher.getInstance().dispatchEvent(new ProjectEvent(ProjectEvent.REMOVE_PROJECT, as3Project));
break;
}
}
Expand Down

0 comments on commit c9407e3

Please sign in to comment.