mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
proper default modality state
This commit is contained in:
@@ -70,7 +70,7 @@ public class ProjectSetRequestHandler extends RestService {
|
||||
new ProjectSetReader().readDescriptor(descriptor, null);
|
||||
activateLastFocusedFrame();
|
||||
}
|
||||
}, ModalityState.any());
|
||||
}, ModalityState.defaultModalityState());
|
||||
sendOk(request, context);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user