aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIScrollBarControl.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/GUIScrollBarControl.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/GUIScrollBarControl.h')
-rw-r--r--guilib/GUIScrollBarControl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIScrollBarControl.h b/guilib/GUIScrollBarControl.h
index 9e98f96492..4ade26d3e1 100644
--- a/guilib/GUIScrollBarControl.h
+++ b/guilib/GUIScrollBarControl.h
@@ -54,6 +54,7 @@ public:
virtual void AllocResources();
virtual void FreeResources();
virtual void DynamicResourceAlloc(bool bOnOff);
+ virtual void SetInvalid();
virtual void SetRange(int pageSize, int numItems);
virtual bool OnMessage(CGUIMessage& message);
void SetValue(int value);