diff options
Diffstat (limited to 'qt/ScintillaEditBase')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.cpp | 2 |
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) { |