diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-22 13:30:27 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-22 13:30:27 +1100 |
commit | 53bdcb15b3fd50dbc917e652953f1df4a5a5e493 (patch) | |
tree | f6ad2f220bda2e0b4fa43b374e4111a26d377c36 /qt | |
parent | 794c599d481e46dbf9a5251a57fafb528b3fff2d (diff) | |
download | scintilla-mirror-53bdcb15b3fd50dbc917e652953f1df4a5a5e493.tar.gz |
Implement more support values.
Diffstat (limited to 'qt')
-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) { |