diff options
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index d2d303cc..bfac0452 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -201,6 +201,7 @@ Menu *menu_new_full(char *label, char *name, Menu *parent, g_hash_table_insert(menu_hash, g_strdup(name), self); stacking_add(self); + stacking_raise(MENU_AS_WINDOW(self)); return self; } |
