mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GT-3436 - Fixed symbol tree navigation to work on already selected node
This commit is contained in:
parent
02df944b0e
commit
14ee95c395
2 changed files with 46 additions and 27 deletions
|
@ -103,7 +103,7 @@ public class GTreeSelectionModel extends DefaultTreeSelectionModel {
|
|||
*/
|
||||
final public void userRemovedSelectionPath(TreePath path) {
|
||||
currentEventOrigin = EventOrigin.USER_GENERATED;
|
||||
super.removeSelectionPath(path);
|
||||
super.removeSelectionPaths(new TreePath[] { path });
|
||||
currentEventOrigin = EventOrigin.USER_GENERATED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue