disable growtoedge for shaded windows for now
This commit is contained in:
parent
62e23821b8
commit
cd6a851483
1 changed files with 4 additions and 0 deletions
|
@ -1467,6 +1467,10 @@ void action_growtoedge(union ActionData *data)
|
|||
ObClient *c = data->diraction.any.c;
|
||||
Rect *a;
|
||||
|
||||
//FIXME growtoedge resizes shaded windows to 0 height
|
||||
if (c->shaded)
|
||||
return;
|
||||
|
||||
a = screen_area(c->desktop);
|
||||
x = c->frame->area.x;
|
||||
y = c->frame->area.y;
|
||||
|
|
Loading…
Reference in a new issue