From eebec8297a8538c40518ceee043edfc41e3b1343 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 4 Sep 2018 20:24:07 +0800 Subject: ... --- CruUI/ui/control.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CruUI/ui/control.h') 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(); -- cgit v1.2.3