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 /gtk | |
parent | 794c599d481e46dbf9a5251a57fafb528b3fff2d (diff) | |
download | scintilla-mirror-53bdcb15b3fd50dbc917e652953f1df4a5a5e493.tar.gz |
Implement more support values.
Diffstat (limited to 'gtk')
-rwxr-xr-x | gtk/PlatGTK.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 66a1666f5..f9c0a09f7 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -225,6 +225,8 @@ public: const int SupportsGTK[] = { SC_SUPPORTS_LINE_DRAWS_FINAL, + SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH, + SC_SUPPORTS_TRANSLUCENT_STROKE, }; } |