From 0fd4a55492eb4c4cd77f2e3e160fd26b896f87c2 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 21 Sep 2011 21:17:56 -0400 Subject: PEGASUS: Fix DropHighlight --- engines/pegasus/elements.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/pegasus/elements.cpp b/engines/pegasus/elements.cpp index ea1ed8436c..6f94fe5789 100644 --- a/engines/pegasus/elements.cpp +++ b/engines/pegasus/elements.cpp @@ -178,6 +178,7 @@ void DropHighlight::draw(const Common::Rect &) { // going to implement it in those two ways. Deal with it. Common::Rect rect = _bounds; + rect.grow(-_thickness); screen->frameRect(rect, _highlightColor); rect.grow(1); screen->frameRect(rect, _highlightColor); -- cgit v1.2.3