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/dropdown.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/dropdown.cpp') diff --git a/src/gui/widgets/dropdown.cpp b/src/gui/widgets/dropdown.cpp index 81729c58d..ddd409c3a 100644 --- a/src/gui/widgets/dropdown.cpp +++ b/src/gui/widgets/dropdown.cpp @@ -289,6 +289,11 @@ void DropDown::draw(Graphics* graphics) BLOCK_END("DropDown::draw") } +void DropDown::safeDraw(Graphics* graphics) +{ + DropDown::draw(graphics); +} + void DropDown::drawFrame(Graphics *graphics) { BLOCK_START("DropDown::drawFrame") -- cgit v1.2.3-60-g2f50