Skip to content

Commit cce2a05

Browse files
committed
[Find/Replace dialog][Linux] "Replace" buttons remain disabled when
using "Enter" Fixes eclipse-platform#2880
1 parent a27e79a commit cce2a05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ private void ignoreNextEvent() {
144144

145145
@Override
146146
public void modifyText(ModifyEvent e) {
147-
modificationHandler.run();
148147
// XXX: Workaround for Combo bug on Linux (see bug 404202 and bug 410603)
149148
if (fIgnoreNextEvent) {
150149
fIgnoreNextEvent = false;

0 commit comments

Comments
 (0)