Keyboard resizing should still respect max/min size.

SVN revision: 37005
This commit is contained in:
Jaime Thomas 2008-10-22 23:15:32 +00:00
parent 9679885db7
commit ae3fde694a
1 changed files with 1 additions and 0 deletions

View File

@ -2861,6 +2861,7 @@ _e_border_resize_key_down(void *data, int type, void *event)
(strncmp(ev->keysymbol, "Alt", sizeof("Alt") - 1) != 0))
goto stop;
e_border_resize_limit(action_border, &w, &h);
e_border_resize(action_border, w, h);
_e_border_action_resize_timeout_add();