From 80b0caa35e4b84b745daef7e4102b428539cdee5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 20:12:20 +0300 Subject: Remove safeDraw implimentation from Widget. --- src/gui/widgets/extendedlistbox.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/extendedlistbox.cpp') diff --git a/src/gui/widgets/extendedlistbox.cpp b/src/gui/widgets/extendedlistbox.cpp index 6dabc0584..7f74ab01f 100644 --- a/src/gui/widgets/extendedlistbox.cpp +++ b/src/gui/widgets/extendedlistbox.cpp @@ -215,6 +215,11 @@ void ExtendedListBox::draw(Graphics *graphics) BLOCK_END("ExtendedListBox::draw") } +void ExtendedListBox::safeDraw(Graphics *graphics) +{ + ExtendedListBox::draw(graphics); +} + void ExtendedListBox::adjustSize() { if (mHeight) -- cgit v1.2.3-60-g2f50