Skip to content

Commit

Permalink
fixes bug that prevented opening the downloads than once
Browse files Browse the repository at this point in the history
  • Loading branch information
cpesch committed Sep 18, 2024
1 parent 1230307 commit 96a9638
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions route-converter-build/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Wed Jul 03 09:29:25 CEST 2024
buildNumber0=385
#Tue Sep 10 10:05:35 CEST 2024
buildNumber0=386
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ private int getDefaultRowHeight() {
}

private void close() {
ActionManager actionManager = RouteConverter.getInstance().getContext().getActionManager();
actionManager.unregister("restart-download");
actionManager.unregister("stop-download");
actionManager.unregister("remove-download");

dispose();
}

Expand Down

0 comments on commit 96a9638

Please sign in to comment.