summaryrefslogtreecommitdiff
path: root/src/wm_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wm_map.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wm_map.cpp b/src/wm_map.cpp
index 1fa4065..73ae1c8 100644
--- a/src/wm_map.cpp
+++ b/src/wm_map.cpp
@@ -48,6 +48,9 @@ int dWMMap_c::onCreate() {
SpammyReport("Unlinking allocator\n");
allocator.unlink();
+ SpammyReport("Loading paths\n");
+ dWMPathManager_c::instance->setInitialPathVisibility();
+
SpammyReport("dWMMap_c::onCreate() completed\n");
return true;
}