1
0
Fork 0
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:
Sebastien Marineau 2002-09-05 15:02:19 +00:00
parent 654e98387e
commit 80a8ea37e5

View file

@ -1534,7 +1534,7 @@ public class CEditor extends AbstractTextEditor implements ISelectionChangedList
CTextTools textTools= CPlugin.getDefault().getTextTools();
affects |= textTools.affectsBehavior(event);
return affects; // ? affects : super.affectsTextPresentation(event);
return affects ? affects : super.affectsTextPresentation(event);
}
private ICEditorContextMenuAction[] getContextMenuActions()