diff options
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r-- | include/ScintillaTypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 5b9b8023f..a964baa81 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -171,8 +171,8 @@ enum class Element { SelectionAdditionalBack = 13, SelectionSecondaryText = 14, SelectionSecondaryBack = 15, - SelectionNoFocusText = 16, - SelectionNoFocusBack = 17, + SelectionInactiveText = 16, + SelectionInactiveBack = 17, Caret = 40, CaretAdditional = 41, CaretLineBack = 50, |