mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Removed and repleaced all Nodes delete without a previous close() call. This fixes a possible crash on UIListBox, UITable and UITabWidget.
Fixed UIWindow frame buffer pixel density. Allow "text-decoration" CSS property. Fixed a crash on the TextureAtlasEditor. Added Action::getCurrentProgress(). --HG-- branch : dev
This commit is contained in:
@@ -126,6 +126,8 @@ class EE_API Interpolation1d {
|
||||
UintPtr getData() const;
|
||||
|
||||
void setData(const UintPtr & data);
|
||||
|
||||
Float getCurrentProgress();
|
||||
protected:
|
||||
UintPtr mData;
|
||||
int mType;
|
||||
|
||||
@@ -128,6 +128,8 @@ class EE_API Interpolation2d {
|
||||
UintPtr getData() const;
|
||||
|
||||
void setData(const UintPtr & data);
|
||||
|
||||
Float getCurrentProgress();
|
||||
protected:
|
||||
UintPtr mData;
|
||||
int mType;
|
||||
|
||||
Reference in New Issue
Block a user