* Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -529,7 +529,6 @@ BTextWidget::Draw(BRect eraseRect, BRect textRect, float, BPoseView *view,
|
||||
drawView->GetFont(&font);
|
||||
|
||||
rgb_color textColor = drawView->HighColor();
|
||||
rgb_color outlineColor;
|
||||
if (textColor.red + textColor.green + textColor.blue < 128 * 3) {
|
||||
// dark text on light outline
|
||||
rgb_color glowColor = kWhite;
|
||||
|
||||
Reference in New Issue
Block a user