aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-29 11:13:31 +0800
committercrupest <crupest@outlook.com>2018-09-29 11:13:31 +0800
commit177765d0d9d74525a9db9e756f614636828ea980 (patch)
tree50c67f028f18486dc4a7656c82eff31cac86ec71 /src/ui/control.h
parentb0b5a481c9b0460f275887b15e8edecc34e99186 (diff)
downloadcru-177765d0d9d74525a9db9e756f614636828ea980.tar.gz
cru-177765d0d9d74525a9db9e756f614636828ea980.tar.bz2
cru-177765d0d9d74525a9db9e756f614636828ea980.zip
Fix relayout system.
Diffstat (limited to 'src/ui/control.h')
-rw-r--r--src/ui/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control.h b/src/ui/control.h
index d6cbae40..98d41d0d 100644
--- a/src/ui/control.h
+++ b/src/ui/control.h
@@ -155,7 +155,7 @@ namespace cru
//*************** region: layout ***************
- void Relayout();
+ void InvalidateLayout();
void Measure(const Size& available_size);