Obviously the else block was missing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2008-09-06 07:37:12 +00:00
parent af18effb0e
commit e53fa536eb
+2 -1
View File
@@ -398,9 +398,10 @@ BColorControl::Draw(BRect updateRect)
fBitmap->Unlock();
_DrawSelectors(this);
} else
} else {
_DrawColorArea(this, updateRect);
_DrawSelectors(this);
}
}