mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-844: Fixed focus issues, introduced "activation"
This commit is contained in:
parent
62bd317380
commit
997ab4d9a0
71 changed files with 554 additions and 300 deletions
|
@ -406,7 +406,7 @@ public abstract class AbstractDbgManagerTest extends AbstractGhidraHeadlessInteg
|
|||
}).then(seq -> {
|
||||
mgr.waitForPrompt().handle(seq::next);
|
||||
}).then(seq -> {
|
||||
thread.get().select().handle(seq::next);
|
||||
thread.get().setActive().handle(seq::next);
|
||||
}).finish());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue