From 225633ffebd921d5596c780d953ebf1d158b6a2d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 27 Apr 2017 22:31:57 +0200 Subject: [PATCH] [DEV] set ewol::Widget::markToRedraw() in public --- ewol/widget/Widget.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ewol/widget/Widget.hpp b/ewol/widget/Widget.hpp index e8bedd72..8c6f61e6 100644 --- a/ewol/widget/Widget.hpp +++ b/ewol/widget/Widget.hpp @@ -429,10 +429,12 @@ namespace ewol { // ---------------------------------------------------------------------------------------------------------------- protected: bool m_needRegenerateDisplay; //!< the display might be done the next regeneration + public: /** * @brief The widget mark itself that it need to regenerate the nest time. */ virtual void markToRedraw(); + protected: /** * @brief get the need of the redrawing of the widget and reset it to false * @return true if we need to redraw