[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:
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