unset the client when done moveresizing
This commit is contained in:
parent
b5a5a8f384
commit
bf14853e55
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ void moveresize_end(gboolean cancel)
|
||||||
coords = None;
|
coords = None;
|
||||||
|
|
||||||
moveresize_in_progress = FALSE;
|
moveresize_in_progress = FALSE;
|
||||||
|
moveresize_client = NULL;
|
||||||
|
|
||||||
if (moving) {
|
if (moving) {
|
||||||
client_configure(moveresize_client, Corner_TopLeft,
|
client_configure(moveresize_client, Corner_TopLeft,
|
||||||
|
|
Loading…
Reference in a new issue