diff options
Diffstat (limited to 'CruUI/ui/control.h')
-rw-r--r-- | CruUI/ui/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CruUI/ui/control.h b/CruUI/ui/control.h index a87e6ce4..ee6abe12 100644 --- a/CruUI/ui/control.h +++ b/CruUI/ui/control.h @@ -120,6 +120,8 @@ namespace cru //Draw this control and its child controls. void Draw(ID2D1DeviceContext* device_context); + virtual void Repaint(); + //*************** region: focus *************** bool RequestFocus(); |