fix: gutter line number font style shouldn't be customable.

This commit is contained in:
Roy Qu 2024-05-11 10:24:38 +08:00
parent 93aaca10cd
commit 86e10af5b6
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,true,true);
true,false,false);
addDefine(COLOR_SCHEME_GUTTER_ACTIVE_LINE,
QObject::tr("Gutter Active Line"),
QObject::tr("Editor"),