From ea6280b6d5ae3fe8841fe9486f64a28c67dc2e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 13 Aug 2007 09:27:18 +0000 Subject: [PATCH] * maybe I fixed the sometimes weird decorator buttons, I have not spotted them again with this change git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21922 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/DefaultDecorator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/servers/app/DefaultDecorator.cpp b/src/servers/app/DefaultDecorator.cpp index 064a927314..2dbe79c35f 100644 --- a/src/servers/app/DefaultDecorator.cpp +++ b/src/servers/app/DefaultDecorator.cpp @@ -432,6 +432,7 @@ DefaultDecorator::Draw(BRect update) // We need to draw a few things: the tab, the resize thumb, the borders, // and the buttons + fDrawingEngine->SetDrawState(&fDrawState); _DrawFrame(update); _DrawTab(update); @@ -443,6 +444,7 @@ DefaultDecorator::Draw() { // Easy way to draw everything - no worries about drawing only certain // things + fDrawingEngine->SetDrawState(&fDrawState); _DrawFrame(BRect(fTopBorder.LeftTop(), fBottomBorder.RightBottom())); _DrawTab(fTabRect);