Skip to content

Commit

Permalink
fix: gutter background is not configuarable
Browse files Browse the repository at this point in the history
  • Loading branch information
royqh1979 committed May 11, 2024
1 parent 86e10af commit 5d32882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedPandaIDE/colorscheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 5d32882

Please sign in to comment.