Skip to content

Commit a27e79a

Browse files
committed
Add workaround for Linux into FindReplaceDialog again eclipse-platform#2865
In response to: eclipse-platform#2876 (comment) Fixes eclipse-platform#2865
1 parent fe36341 commit a27e79a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/FindReplaceDialog.java

+2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ public void modifyText(ModifyEvent e) {
148148
// XXX: Workaround for Combo bug on Linux (see bug 404202 and bug 410603)
149149
if (fIgnoreNextEvent) {
150150
fIgnoreNextEvent = false;
151+
return;
151152
}
153+
modificationHandler.run();
152154
}
153155
}
154156

0 commit comments

Comments
 (0)