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:
@@ -398,9 +398,10 @@ BColorControl::Draw(BRect updateRect)
|
||||
fBitmap->Unlock();
|
||||
_DrawSelectors(this);
|
||||
|
||||
} else
|
||||
} else {
|
||||
_DrawColorArea(this, updateRect);
|
||||
_DrawSelectors(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user