GT-3485 Removed Secondary "default" action context to prevent actions

from triggering unexpectedly
This commit is contained in:
ghidravore 2020-01-23 11:49:58 -05:00
parent db7803144a
commit 26d7d0da5f
33 changed files with 128 additions and 288 deletions

View file

@ -73,7 +73,7 @@ import ghidra.util.task.*;
* <p>The PluginTool also manages tasks that run in the background, and options used by the plugins.
*
*/
public abstract class PluginTool extends AbstractDockingTool implements Tool, ServiceProvider {
public abstract class PluginTool extends AbstractDockingTool implements Tool {
private static final String DOCKING_WINDOWS_ON_TOP = "Docking Windows On Top";