We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52e9ff commit 3f099fcCopy full SHA for 3f099fc
src/ScintillaWnd.cpp
@@ -1,6 +1,6 @@
1
// This file is part of BowPad.
2
//
3
-// Copyright (C) 2013-2024 - Stefan Kueng
+// Copyright (C) 2013-2025 - Stefan Kueng
4
5
// This program is free software: you can redistribute it and/or modify
6
// it under the terms of the GNU General Public License as published by
@@ -1242,6 +1242,7 @@ void CScintillaWnd::SetupDefaultStyles() const
1242
{
1243
m_scintilla.IndicSetStyle(i, Scintilla::IndicatorStyle::Box);
1244
m_scintilla.IndicSetFore(i, CTheme::Instance().GetThemeColor(captureColors[i - INDIC_REGEXCAPTURE]));
1245
+ m_scintilla.IndicSetStrokeWidth(i, 300);
1246
}
1247
1248
for (uptr_t i = INDIC_CUSTOM_MARK_1; i <= INDIC_CUSTOM_MARK_4; ++i)
0 commit comments