mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Tests - fixes related to recent dialog actions update
This commit is contained in:
parent
cd084aee7b
commit
6b468e196a
9 changed files with 55 additions and 43 deletions
|
@ -1710,10 +1710,10 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
|
|||
};
|
||||
|
||||
if (provider.isModal()) {
|
||||
SystemUtilities.runSwingNow(r);
|
||||
Swing.runNow(r);
|
||||
}
|
||||
else {
|
||||
SystemUtilities.runIfSwingOrPostSwingLater(r);
|
||||
Swing.runIfSwingOrRunLater(r);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue