fix: gutter background is not configuarable
This commit is contained in:
parent
86e10af5b6
commit
5d328823e5
|
@ -538,7 +538,7 @@ void ColorManager::initItemDefines()
|
|||
addDefine(COLOR_SCHEME_GUTTER,
|
||||
QObject::tr("Gutter"),
|
||||
QObject::tr("Editor"),
|
||||
true,false,false);
|
||||
true,true,false);
|
||||
addDefine(COLOR_SCHEME_GUTTER_ACTIVE_LINE,
|
||||
QObject::tr("Gutter Active Line"),
|
||||
QObject::tr("Editor"),
|
||||
|
|
Loading…
Reference in New Issue