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/listbox.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/listbox.cpp') diff --git a/src/gui/widgets/listbox.cpp b/src/gui/widgets/listbox.cpp index d4b6f7a76..4d7befa8c 100644 --- a/src/gui/widgets/listbox.cpp +++ b/src/gui/widgets/listbox.cpp @@ -272,6 +272,11 @@ void ListBox::keyPressed(KeyEvent &event) } } +void ListBox::safeDraw(Graphics *graphics) +{ + ListBox::draw(graphics); +} + // Don't do anything on scrollwheel. ScrollArea will deal with that. void ListBox::mouseWheelMovedUp(MouseEvent &event A_UNUSED) -- cgit v1.2.3-60-g2f50