mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Moved setLayout into a task to fix a race condition when popping up the
cancel dialog
This commit is contained in:
parent
ba80c729ec
commit
1c145dd781
4 changed files with 110 additions and 97 deletions
|
@ -273,6 +273,7 @@ public class TaskMonitorComponent extends JPanel implements TaskMonitor {
|
|||
* @return true if {@link #setIndeterminate(boolean)} with a value of <code>true</code> has
|
||||
* been called.
|
||||
*/
|
||||
@Override
|
||||
public boolean isIndeterminate() {
|
||||
return isIndeterminate.get();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue