Merge remote-tracking branch 'origin/GP-3343_ghidragon_fontend_plugin_dispose--SQUASHED'

This commit is contained in:
Ryan Kurtz 2023-06-08 07:57:13 -04:00
commit 6e533802d4
18 changed files with 172 additions and 156 deletions

View file

@ -64,17 +64,11 @@ public class DummyTool extends PluginTool {
name = typeName;
}
@Override
public void exit() {
//do nothing
}
@Override
public void close() {
if (project != null) {
project.getToolServices().closeTool(this);
}
}
@Override
@ -266,7 +260,7 @@ public class DummyTool extends PluginTool {
}
@Override
public boolean canClose(boolean isExiting) {
public boolean canClose() {
return true;
}