mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-37218 - assert: ComponentManagerImpl.getPicoContainer
This commit is contained in:
@@ -544,6 +544,7 @@ public class ScopeEditorPanel {
|
||||
final ProcessCanceledException [] ex = new ProcessCanceledException[1];
|
||||
ApplicationManager.getApplication().runReadAction(new Runnable() {
|
||||
public void run() {
|
||||
if (myProject.isDisposed()) return;
|
||||
try {
|
||||
myTreeExpansionMonitor.freeze();
|
||||
final TreeModel model = PatternDialectProvider.getInstance(DependencyUISettings.getInstance().SCOPE_TYPE).createTreeModel(myProject, myTreeMarker);
|
||||
|
||||
Reference in New Issue
Block a user