File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,7 @@ public void modifyText(ModifyEvent e) {
148
148
// XXX: Workaround for Combo bug on Linux (see bug 404202 and bug 410603)
149
149
if (fIgnoreNextEvent ) {
150
150
fIgnoreNextEvent = false ;
151
- return ;
152
151
}
153
- modificationHandler .run ();
154
- fFindField .addModifyListener (event -> {
155
- decorate ();
156
- });
157
152
}
158
153
}
159
154
@@ -650,6 +645,7 @@ private Composite createInputPanel(Composite parent) {
650
645
fFindModifyListener = new InputModifyListener (() -> {
651
646
updateFindString ();
652
647
updateButtonState (!findReplaceLogic .isActive (SearchOptions .INCREMENTAL ));
648
+ decorate ();
653
649
});
654
650
fFindField .addModifyListener (fFindModifyListener );
655
651
You can’t perform that action at this time.
0 commit comments