mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-308 preserved graph satellite state between graph instantiations.
(also changed the timing for when preferences are loaded into the tool so that they happen before plugins get initialized)
This commit is contained in:
parent
8dffa0384e
commit
490bc9ffa9
7 changed files with 46 additions and 21 deletions
|
@ -253,7 +253,7 @@ public class DummyTool extends PluginTool {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void restoreWindowingDataFromXml(Element windowData) {
|
||||
public void restoreWindowingDataFromXml(Element element) {
|
||||
//do nothing
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue