mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection tool window: clear view busy status if canceled
This commit is contained in:
@@ -799,6 +799,9 @@ public class GlobalInspectionContextImpl extends GlobalInspectionContextBase imp
|
||||
getPresentation(toolWrapper).finalCleanup();
|
||||
}
|
||||
}
|
||||
if (myView != null) {
|
||||
myView.getTree().setPaintBusy(false);
|
||||
}
|
||||
super.cleanup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user