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/guitable.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets/guitable.cpp') diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp index 5314dc95f..4f8b89027 100644 --- a/src/gui/widgets/guitable.cpp +++ b/src/gui/widgets/guitable.cpp @@ -347,6 +347,11 @@ void GuiTable::draw(Graphics* graphics) BLOCK_END("GuiTable::draw") } +void GuiTable::safeDraw(Graphics* graphics) +{ + GuiTable::draw(graphics); +} + void GuiTable::moveToTop(Widget *widget) { Widget::moveToTop(widget); -- cgit v1.2.3-60-g2f50