aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r--qt/ScintillaEditBase/PlatQt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp
index 248fcf194..d8925c247 100644
--- a/qt/ScintillaEditBase/PlatQt.cpp
+++ b/qt/ScintillaEditBase/PlatQt.cpp
@@ -135,6 +135,8 @@ namespace {
const int SupportsQt[] = {
SC_SUPPORTS_LINE_DRAWS_FINAL,
+ SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH,
+ SC_SUPPORTS_TRANSLUCENT_STROKE,
};
const FontAndCharacterSet *AsFontAndCharacterSet(const Font *f) {