mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-2960 - Docking Actions - review fixes; test fixes
This commit is contained in:
parent
d8c234d5d0
commit
e6a85f9b1b
7 changed files with 26 additions and 14 deletions
|
@ -845,9 +845,9 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
|
|||
}
|
||||
|
||||
placeholder.show(visibleState);
|
||||
movePlaceholderToFront(placeholder, false);
|
||||
|
||||
if (visibleState) {
|
||||
movePlaceholderToFront(placeholder, false);
|
||||
if (placeholder.getNode() == null) {
|
||||
root.add(placeholder);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue