mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Change scope fot comply with eclisep-2.1
This commit is contained in:
parent
fac6b3bc9b
commit
387d5109b3
1 changed files with 1 additions and 1 deletions
|
@ -1561,7 +1561,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener {
|
|||
asv.hideOverviewRuler();
|
||||
}
|
||||
|
||||
private boolean isOverviewRulerVisible() {
|
||||
protected boolean isOverviewRulerVisible() {
|
||||
IPreferenceStore store= getPreferenceStore();
|
||||
return store.getBoolean(OVERVIEW_RULER);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue