aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.h
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2018-09-29 03:27:37 +0000
committerYuqian Yang <crupest@outlook.com>2018-09-29 03:27:37 +0000
commit81e171fde553d02b572653a5e763cb74ce9d331a (patch)
tree50c67f028f18486dc4a7656c82eff31cac86ec71 /src/ui/control.h
parentb0b5a481c9b0460f275887b15e8edecc34e99186 (diff)
parent177765d0d9d74525a9db9e756f614636828ea980 (diff)
downloadcru-81e171fde553d02b572653a5e763cb74ce9d331a.tar.gz
cru-81e171fde553d02b572653a5e763cb74ce9d331a.tar.bz2
cru-81e171fde553d02b572653a5e763cb74ce9d331a.zip
Merge branch '8-fix-relayout' into 'master'
Resolve "Fix Relayout." Closes #8 See merge request crupest/CruUI!10
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);