Several bug fixes.

CSS properties now support real CSS properties names.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-11-03 03:34:02 -03:00
parent 99b867cc79
commit 33f8a2eebb
37 changed files with 482 additions and 461 deletions

View File

@@ -37,5 +37,6 @@
#include <eepp/system/iostreaminflate.hpp>
#include <eepp/system/iostreamdeflate.hpp>
#include <eepp/system/virtualfilesystem.hpp>
#include <eepp/system/scopedbuffer.hpp>
#endif

View File

@@ -127,7 +127,9 @@ class EE_API UIListBox : public UITouchDragableWidget {
std::vector<UIListBoxItem *> mItems;
std::vector<String> mTexts;
void updateScroll( bool FromScrollChange = false );
void updateScroll( bool fromScrollChange = false );
void updateScrollBarState();
void onScrollValueChange( const Event * Event );