dont need to raise after adding
This commit is contained in:
parent
0a459f7a57
commit
8a049a6d27
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ Popup *popup_new(gboolean hasicon)
|
||||||
self->x = self->y = self->w = self->h = 0;
|
self->x = self->y = self->w = self->h = 0;
|
||||||
self->mapped = FALSE;
|
self->mapped = FALSE;
|
||||||
stacking_add(INTERNAL_AS_WINDOW(self));
|
stacking_add(INTERNAL_AS_WINDOW(self));
|
||||||
stacking_raise(INTERNAL_AS_WINDOW(self));
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue