GP-844: Fixed focus issues, introduced "activation"

This commit is contained in:
Dan 2021-04-12 10:15:48 -04:00
parent 62bd317380
commit 997ab4d9a0
71 changed files with 554 additions and 300 deletions

View file

@ -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());
}
}