mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +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();
|
startTabConversion();
|
||||||
if (isBracketHighlightingEnabled())
|
if (isBracketHighlightingEnabled())
|
||||||
startBracketHighlighting();
|
startBracketHighlighting();
|
||||||
|
if (isOverviewRulerVisible())
|
||||||
|
showOverviewRuler();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue