mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
Allow superclass to trigger redraw
This commit is contained in:
parent
654e98387e
commit
80a8ea37e5
1 changed files with 1 additions and 1 deletions
|
@ -1534,7 +1534,7 @@ public class CEditor extends AbstractTextEditor implements ISelectionChangedList
|
||||||
CTextTools textTools= CPlugin.getDefault().getTextTools();
|
CTextTools textTools= CPlugin.getDefault().getTextTools();
|
||||||
affects |= textTools.affectsBehavior(event);
|
affects |= textTools.affectsBehavior(event);
|
||||||
|
|
||||||
return affects; // ? affects : super.affectsTextPresentation(event);
|
return affects ? affects : super.affectsTextPresentation(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
private ICEditorContextMenuAction[] getContextMenuActions()
|
private ICEditorContextMenuAction[] getContextMenuActions()
|
||||||
|
|
Loading…
Add table
Reference in a new issue