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:
Martín Lucas Golini
2019-11-26 04:21:41 -03:00
parent 634ea7f3cb
commit 246fa4bf80
33 changed files with 134 additions and 78 deletions

View File

@@ -126,6 +126,8 @@ class EE_API Interpolation1d {
UintPtr getData() const;
void setData(const UintPtr & data);
Float getCurrentProgress();
protected:
UintPtr mData;
int mType;

View File

@@ -128,6 +128,8 @@ class EE_API Interpolation2d {
UintPtr getData() const;
void setData(const UintPtr & data);
Float getCurrentProgress();
protected:
UintPtr mData;
int mType;