From 8f58f9c31f913d3d73fe8fe1b257d9d77bd2236a Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 14 Oct 2016 11:15:55 +0200 Subject: [PATCH] CharacterMap: avoid white outline around selected character SetLowColor() to the highlighting colour before drawing a selected character to avoid blending with the regular white background. --- src/apps/charactermap/CharacterView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/charactermap/CharacterView.cpp b/src/apps/charactermap/CharacterView.cpp index 0aee125d58..075c536e5b 100644 --- a/src/apps/charactermap/CharacterView.cpp +++ b/src/apps/charactermap/CharacterView.cpp @@ -439,6 +439,7 @@ CharacterView::Draw(BRect updateRect) y + fCharacterHeight - fGap)); SetHighColor(color); + SetLowColor(highlight); } // Draw character