diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-28 09:55:48 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-28 09:55:48 +1000 |
commit | df4b44f4657ef0b2f98d118352281d3f78b17995 (patch) | |
tree | 2dc5bf9ba963017a8d00b945976457caba13957f /src/Editor.cxx | |
parent | ce72ce1bf80bdb20070821f0758e45dccd541d64 (diff) | |
download | scintilla-mirror-df4b44f4657ef0b2f98d118352281d3f78b17995.tar.gz |
Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 29f79e16c..ab09f3f2d 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -7512,7 +7512,7 @@ sptr_t Editor::WndProc(Message iMessage, uptr_t wParam, sptr_t lParam) { vs.SetElementAlpha(Element::SelectionBack, alpha); vs.SetElementAlpha(Element::SelectionAdditionalBack, alpha); vs.SetElementAlpha(Element::SelectionSecondaryBack, alpha); - vs.SetElementAlpha(Element::SelectionNoFocusBack, alpha); + vs.SetElementAlpha(Element::SelectionInactiveBack, alpha); InvalidateStyleRedraw(); } break; |