From bea613d8ba11a64ccf36a01735f2839894ca9476 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 20:43:53 +0300 Subject: Fix some issues in safe OpenGL renderer after last changes. --- src/gui/widgets/shoplistbox.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/shoplistbox.cpp') diff --git a/src/gui/widgets/shoplistbox.cpp b/src/gui/widgets/shoplistbox.cpp index b29951a73..63a295c1e 100644 --- a/src/gui/widgets/shoplistbox.cpp +++ b/src/gui/widgets/shoplistbox.cpp @@ -175,6 +175,11 @@ void ShopListBox::draw(Graphics *graphics) BLOCK_END("ShopListBox::draw") } +void ShopListBox::safeDraw(Graphics *graphics) +{ + ShopListBox::draw(graphics); +} + void ShopListBox::adjustSize() { BLOCK_START("ShopListBox::adjustSize") -- cgit v1.2.3-60-g2f50