From 5fac4d3253874fc9b5cb21d9269981926c97debf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 18:20:16 +0300 Subject: Add safeDraw method into window. --- src/gui/widgets/window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 77eac4a5d..2c174aeae 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -128,6 +128,8 @@ class Window notfinal : public BasicContainer2, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Sets the size of this window. */ -- cgit v1.2.3-70-g09d2