diff options
| -rw-r--r-- | engines/pegasus/elements.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
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);  | 
