From ec9d05b0f2f86bcf4fd0c7735575cf2391ff135d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 24 Feb 2015 19:35:43 -0500 Subject: [PATCH] ControlLook: Remove erroneous PopState() call. This may have contributed to some drawing issues on the keymap app. --- src/kits/interface/ControlLook.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kits/interface/ControlLook.cpp b/src/kits/interface/ControlLook.cpp index 48e0e8342f..9168fc902f 100644 --- a/src/kits/interface/ControlLook.cpp +++ b/src/kits/interface/ControlLook.cpp @@ -3095,8 +3095,6 @@ BControlLook::_DrawRoundCornerBackgroundLeftBottom(BView* view, BRect& cornerRec // gradient ellipseRect.InsetBy(1, 1); view->FillEllipse(ellipseRect, fillGradient); - - view->PopState(); }