aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/drawable.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/drawable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu/drawable.cpp b/src/menu/drawable.cpp
index c21555d7..8bfd5772 100644
--- a/src/menu/drawable.cpp
+++ b/src/menu/drawable.cpp
@@ -42,6 +42,7 @@ namespace usdx
void Drawable::set_visible(bool value)
{
visible = value;
+ draw();
}
const bool Drawable::get_visible(void) const