ControlLook: Remove erroneous PopState() call.
This may have contributed to some drawing issues on the keymap app.
This commit is contained in:
@@ -3095,8 +3095,6 @@ BControlLook::_DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRec
|
||||
// gradient
|
||||
ellipseRect.InsetBy(1, 1);
|
||||
view->FillEllipse(ellipseRect, fillGradient);
|
||||
|
||||
view->PopState();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user