[DEV] change scrool in scroll

This commit is contained in:
2014-01-22 21:38:06 +01:00
parent a7907cd9b5
commit 108afd2d30
2 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
#include <utility>
namespace appl {
class TextViewer : public ewol::widget::WidgetScrooled {
class TextViewer : public ewol::widget::WidgetScrolled {
private:
appl::GlyphPainting* m_paintingProperties; //!< element painting property
int32_t m_colorBackground;