mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[file-history] call refresher in invokeLater
This commit is contained in:
@@ -194,7 +194,7 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton impleme
|
||||
|
||||
lastTask = ourExecutor.submit(() -> {
|
||||
if (!updateAlarm.isDisposed() && myHistorySession.shouldBeRefreshed()) {
|
||||
ApplicationManager.getApplication().invokeAndWait(() -> myRefresherI.refresh(true));
|
||||
ApplicationManager.getApplication().invokeLater(() -> myRefresherI.refresh(true));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user