aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.cpp b/src/app.cpp
index f09f6f5..8b2229c 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -261,6 +261,8 @@ int App::init_layers()
this->layout_commit();
+ this->layers.setupArea(o->width, o->height);
+
return 0;
}