[DEV] force le X max scroll to 1

This commit is contained in:
Edouard DUPIN 2018-08-18 08:44:02 +02:00
parent 5d53bed86b
commit e0bcf4f84c

View File

@ -23,6 +23,7 @@ ewol::widget::List::List() {
#endif
m_nbVisibleRaw = 0;
propertyCanFocus.setDirectCheck(true);
m_limitScrolling = vec2(1, 0.5);
}
ewol::widget::List::~List() {