fix: gutter background is not configuarable

This commit is contained in:
Roy Qu 2024-05-11 10:31:43 +08:00
parent 86e10af5b6
commit 5d328823e5
1 changed files with 1 additions and 1 deletions

View File

@ -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"),