aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/menu/frame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu/frame.cpp b/src/menu/frame.cpp
index 899e420b..ed34b5f9 100644
--- a/src/menu/frame.cpp
+++ b/src/menu/frame.cpp
@@ -65,5 +65,7 @@ namespace usdx
if (background) {
background->repaint();
}
+
+ Container::draw();
}
};