mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
Fix redraw of tree on syntax coloring page when semantic highlighting is disabled
This commit is contained in:
parent
9cd97af5e5
commit
1ed5637cde
1 changed files with 43 additions and 43 deletions
|
@ -768,9 +768,9 @@ class CEditorColoringConfigurationBlock extends AbstractConfigurationBlock {
|
|||
// do nothing
|
||||
}
|
||||
public void widgetSelected(SelectionEvent e) {
|
||||
fListViewer.refresh(true);
|
||||
HighlightingColorListItem item= getHighlightingColorListItem();
|
||||
if (item instanceof SemanticHighlightingColorListItem) {
|
||||
fListViewer.refresh(true);
|
||||
handleSyntaxColorListSelection();
|
||||
uninstallSemanticHighlighting();
|
||||
installSemanticHighlighting();
|
||||
|
|
Loading…
Add table
Reference in a new issue