revert 17726, my change wasn't good

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-06-14 11:57:52 +00:00
parent 39207b00f8
commit 89b35356db
+1 -1
View File
@@ -544,7 +544,7 @@ private:
fAppInfo(NULL)
{
SetViewColor(B_TRANSPARENT_32_BIT);
fBackground = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), B_DARKEN_1_TINT);
fBackground = ui_color(B_PANEL_BACKGROUND_COLOR);
}
virtual void Draw(BRect updateRect)