Commit a5bdb07
Adapt HistoryTextWrapper#notifyListeners to call super
This commit adapts the notifyListeners method in HistoryTextWrapper to
call super#notifyListeners since not calling it changes the underlying
default behaviour of its superclasses leading to faulty behavior, e.g.
it breaks the chain of DPIChange processing leading to a broken drop down
button in the HistoryTextWraper on DPIChange Event.1 parent 911ae9f commit a5bdb07
File tree
1 file changed
+1
-0
lines changed- bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/findandreplace/overlay
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments