aboutsummaryrefslogtreecommitdiff
path: root/src/ToggleMenu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToggleMenu.hh')
-rw-r--r--src/ToggleMenu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToggleMenu.hh b/src/ToggleMenu.hh
index 794c016..cee8505 100644
--- a/src/ToggleMenu.hh
+++ b/src/ToggleMenu.hh
@@ -51,7 +51,7 @@ public:
51 // force full foreground update 51 // force full foreground update
52 frameWindow().updateBackground(false); 52 frameWindow().updateBackground(false);
53 } 53 }
54 54 clearWindow();
55 } 55 }
56 56
57}; 57};