mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
test and review fixes
This commit is contained in:
parent
6015650079
commit
a88ecfe6b5
40 changed files with 499 additions and 392 deletions
|
@ -72,11 +72,13 @@ public class ProgramByteViewerComponentProvider extends ByteViewerComponentProvi
|
|||
super(tool, plugin, "Bytes", ByteViewerActionContext.class);
|
||||
|
||||
this.isConnected = isConnected;
|
||||
setIcon(ResourceManager.loadImage("images/binaryData.gif"));
|
||||
if (!isConnected) {
|
||||
setTransient();
|
||||
}
|
||||
|
||||
setIcon(ResourceManager.loadImage("images/binaryData.gif"), isConnected);
|
||||
else {
|
||||
addToToolbar();
|
||||
}
|
||||
|
||||
decorationComponent = new DecoratorPanel(panel, isConnected);
|
||||
clipboardProvider = new ByteViewerClipboardProvider(this, tool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue