diff options
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; |