fixed selection color for light theme

This commit is contained in:
fourtf
2017-12-19 02:37:58 +01:00
parent f8e4d9a737
commit e39b9093f9
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ void ChannelView::drawMessageSelection(QPainter &painter, messages::MessageRef *
return;
}
QColor selectionColor(255, 255, 255, 63);
QColor selectionColor = this->colorScheme.Selection;
int charIndex = 0;
size_t i = 0;