From 5d328823e559ddb50fb20ec3475fb494c32aa850 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 11 May 2024 10:31:43 +0800 Subject: [PATCH] fix: gutter background is not configuarable --- RedPandaIDE/colorscheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedPandaIDE/colorscheme.cpp b/RedPandaIDE/colorscheme.cpp index e41e883a..b05c2744 100644 --- a/RedPandaIDE/colorscheme.cpp +++ b/RedPandaIDE/colorscheme.cpp @@ -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"),