From cc47a8ef7bf5dd357a6c48879c196f3ca772647e Mon Sep 17 00:00:00 2001 From: lsv Date: Mon, 22 Sep 2025 08:50:53 +0500 Subject: [PATCH] Change color --- ctl/ctlSQLBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl/ctlSQLBox.cpp b/ctl/ctlSQLBox.cpp index eb28db6..63b5f21 100644 --- a/ctl/ctlSQLBox.cpp +++ b/ctl/ctlSQLBox.cpp @@ -223,7 +223,7 @@ void ctlSQLBox::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos, cons MarkerDefine(1,wxSTC_MARK_ARROW,*wxBLACK,*wxGREEN); - IndicatorSetForeground(9, wxColour(255, 255, 0)); + IndicatorSetForeground(9, wxColour(70, 220, 234)); IndicatorSetStyle(9, wxSTC_INDIC_STRAIGHTBOX); IndicatorSetAlpha(9,70); SetProperty(wxT("fold"), wxT("1"));