mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 05:06:54 +03:00
Several bug fixes.
CSS properties now support real CSS properties names. --HG-- branch : dev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user