set the client decorations to match the frame's so that there is not thot to be changes later on whene there were actually none
This commit is contained in:
parent
0964b804a1
commit
7e7efa5c1a
1 changed files with 2 additions and 1 deletions
|
@ -223,6 +223,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
|
|||
self->rbwidth = self->bwidth;
|
||||
|
||||
if (self->client->max_vert && self->client->max_horz)
|
||||
self->client->decorations =
|
||||
self->decorations &= ~OB_FRAME_DECOR_HANDLE;
|
||||
|
||||
if (self->client->max_horz)
|
||||
|
|
Loading…
Reference in a new issue