mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
GT-3485 Removed Secondary "default" action context to prevent actions
from triggering unexpectedly
This commit is contained in:
parent
db7803144a
commit
26d7d0da5f
33 changed files with 128 additions and 288 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue