mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix for 158370 by Vivian Kong
This commit is contained in:
parent
3bef97c2ae
commit
d0196b9de2
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ public class CEditorPreferencePage extends AbstractPreferencePage implements IWo
|
||||||
* @see PreferencePage#createControl(Composite)
|
* @see PreferencePage#createControl(Composite)
|
||||||
*/
|
*/
|
||||||
public void createControl(Composite parent) {
|
public void createControl(Composite parent) {
|
||||||
super.createControl(parent);
|
super.createControl(parent);
|
||||||
PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, ICHelpContextIds.C_EDITOR_PREF_PAGE);
|
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), ICHelpContextIds.C_EDITOR_PREF_PAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void handleListSelection() {
|
protected void handleListSelection() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue