[DEV] set ewol::Widget::markToRedraw() in public

This commit is contained in:
Edouard DUPIN 2017-04-27 22:31:57 +02:00
parent 0275a524b2
commit 225633ffeb

View File

@ -429,10 +429,12 @@ namespace ewol {
// ---------------------------------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------------------------------
protected: protected:
bool m_needRegenerateDisplay; //!< the display might be done the next regeneration 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. * @brief The widget mark itself that it need to regenerate the nest time.
*/ */
virtual void markToRedraw(); virtual void markToRedraw();
protected:
/** /**
* @brief get the need of the redrawing of the widget and reset it to false * @brief get the need of the redrawing of the widget and reset it to false
* @return true if we need to redraw * @return true if we need to redraw