Hide the grab window when Delete is pressed.

SVN revision: 27501
This commit is contained in:
lok 2006-12-17 18:48:19 +00:00 committed by lok
parent 4112c6a4cd
commit 4d95b45eab
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ _grab_key_down_cb(void *data, int type, void *event)
cfdata->btn_drag = 0;
else
cfdata->btn_noplace = 0;
_grab_wnd_hide(cfdata);
}
return 1;
}