From 93072407bc1f0389a4e5195f96715e4b5acdcc65 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 29 Jun 2015 21:53:40 -0400 Subject: SHERLOCK: RT: Fix display of lines in inventory dialog --- engines/sherlock/tattoo/widget_inventory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/tattoo/widget_inventory.h') diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h index ac0a8d4e38..99086ad801 100644 --- a/engines/sherlock/tattoo/widget_inventory.h +++ b/engines/sherlock/tattoo/widget_inventory.h @@ -81,6 +81,11 @@ private: Common::Rect _menuBounds, _oldMenuBounds; Surface _menuSurface; + /** + * Draw the bars within the dialog + */ + void drawBars(); + /** * Draw the scrollbar for the dialog */ -- cgit v1.2.3