Whoops, remove constraints after drawing slider bar.

This commit is contained in:
John Scipione 2012-04-16 03:23:01 -04:00
parent a884b43bb1
commit 3244c2bcf2
1 changed files with 3 additions and 0 deletions

View File

@ -846,6 +846,9 @@ BControlLook::DrawSliderBar(BView* view, BRect rect, const BRect& updateRect,
orientation);
view->PopState();
// reset clipping constraints
view->ConstrainClippingRegion(NULL);
}