mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fixed skin set color.
--HG-- branch : dev-css
This commit is contained in:
@@ -147,13 +147,9 @@ class EE_API UINode : public Node {
|
||||
|
||||
UINode * setSkin( UISkin * skin );
|
||||
|
||||
UINode * setSkinColor( const Uint32& state, const Color& color );
|
||||
|
||||
UINode * setSkinColor( const Color& color );
|
||||
|
||||
Color getSkinColor( const Uint32& state )const;
|
||||
|
||||
Color getSkinColor() const;
|
||||
const Color& getSkinColor() const;
|
||||
|
||||
void removeSkin();
|
||||
|
||||
@@ -195,6 +191,7 @@ class EE_API UINode : public Node {
|
||||
RectangleDrawable * mBorder;
|
||||
Vector2f mDragPoint;
|
||||
Uint32 mDragButton;
|
||||
Color mSkinColor;
|
||||
|
||||
virtual Uint32 onMouseDown( const Vector2i& position, const Uint32& flags );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user