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:
ghidravore 2020-10-29 15:13:43 -04:00
parent 8dffa0384e
commit 490bc9ffa9
7 changed files with 46 additions and 21 deletions

View file

@ -253,7 +253,7 @@ public class DummyTool extends PluginTool {
}
@Override
public void restoreWindowingDataFromXml(Element windowData) {
public void restoreWindowingDataFromXml(Element element) {
//do nothing
}