rm comment for shit i fixed
This commit is contained in:
parent
6385eeb833
commit
fed4a9e70b
1 changed files with 0 additions and 3 deletions
|
@ -356,9 +356,6 @@ void menu_control_show(Menu *self, int x, int y, Client *client) {
|
|||
MIN(y, screen_physical_size.height - self->size.height));
|
||||
|
||||
if (!self->shown) {
|
||||
/* XXX gotta add to the stacking list first!
|
||||
stacking_raise(MENU_AS_WINDOW(self));
|
||||
*/
|
||||
XMapWindow(ob_display, self->frame);
|
||||
stacking_raise(MENU_AS_WINDOW(self));
|
||||
self->shown = TRUE;
|
||||
|
|
Loading…
Reference in a new issue