ControlLook: Remove erroneous PopState() call.

This may have contributed to some drawing issues on the keymap app.
This commit is contained in:
John Scipione
2015-02-24 19:35:43 -05:00
parent 1d9c14949e
commit ec9d05b0f2
-2
View File
@@ -3095,8 +3095,6 @@ BControlLook::_DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRec
// gradient
ellipseRect.InsetBy(1, 1);
view->FillEllipse(ellipseRect, fillGradient);
view->PopState();
}