We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27e79a commit cce2a05Copy full SHA for cce2a05
bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/FindReplaceDialog.java
@@ -144,7 +144,6 @@ private void ignoreNextEvent() {
144
145
@Override
146
public void modifyText(ModifyEvent e) {
147
- modificationHandler.run();
148
// XXX: Workaround for Combo bug on Linux (see bug 404202 and bug 410603)
149
if (fIgnoreNextEvent) {
150
fIgnoreNextEvent = false;
0 commit comments