mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Dialog: typeahed - dispose may be before context ste up
This commit is contained in:
@@ -942,7 +942,7 @@ public class DialogWrapperPeerImpl extends DialogWrapperPeer implements FocusTra
|
||||
}
|
||||
|
||||
private void flushEvents() {
|
||||
if (myWrapper.isToDispatchTypeAhead()) {
|
||||
if (myWrapper.isToDispatchTypeAhead() && myContextOnFinish != null) {
|
||||
myContextOnFinish.dispatch(myEvents);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user