aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.cpp')
-rw-r--r--src/ui/window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/window.cpp b/src/ui/window.cpp
index ca19e8ee..9edbd398 100644
--- a/src/ui/window.cpp
+++ b/src/ui/window.cpp
@@ -354,8 +354,8 @@ namespace cru
void Window::Relayout()
{
- OnMeasureContent(GetSize());
- OnLayoutContent(Rect(Point::Zero(), GetSize()));
+ OnMeasureCore(GetSize());
+ OnLayoutCore(Rect(Point::Zero(), GetSize()));
}
void Window::RefreshControlList() {