mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +02:00
FIx for PR 25725 -- enable overview ruler
This commit is contained in:
parent
12aab10836
commit
0fe5a0800e
1 changed files with 2 additions and 0 deletions
|
@ -715,6 +715,8 @@ public class CEditor extends AbstractTextEditor implements ISelectionChangedList
|
|||
startTabConversion();
|
||||
if (isBracketHighlightingEnabled())
|
||||
startBracketHighlighting();
|
||||
if (isOverviewRulerVisible())
|
||||
showOverviewRuler();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue