aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUISpinControl.h
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-10-25 05:51:23 +0000
committerjmarshallnz <jmarshallnz@svn>2009-10-25 05:51:23 +0000
commit5c4c090371178f2532d31cd2c6a520f218d413b5 (patch)
treed4aa40c971eb237bb0a759b25720f04b885fb24b /guilib/GUISpinControl.h
parent0f3f19a7d22800c659013335bea80b2b04ecb83a (diff)
changed: Invalidate controls when changing the window size, rather than being lazy and reallocate them. Thanks for the kick up the pants Martin :)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23993 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUISpinControl.h')
-rw-r--r--guilib/GUISpinControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUISpinControl.h b/guilib/GUISpinControl.h
index 67ea5956c4..43544031b8 100644
--- a/guilib/GUISpinControl.h
+++ b/guilib/GUISpinControl.h
@@ -61,6 +61,7 @@ public:
virtual void AllocResources();
virtual void FreeResources();
virtual void DynamicResourceAlloc(bool bOnOff);
+ virtual void SetInvalid();
virtual void SetPosition(float posX, float posY);
virtual float GetWidth() const;
void SetRange(int iStart, int iEnd);