fix shelf autohiding in some cases where only 1px was visible -- not enough to extend past the edge flip 1x1 box -- so now mouse in events get handled properly

SVN revision: 73350
This commit is contained in:
Mike Blumenkrantz 2012-07-05 14:04:51 +00:00
parent b013a43ad2
commit 75b80031eb
1 changed files with 1 additions and 1 deletions

View File

@ -1688,7 +1688,7 @@ _e_shelf_cb_hide_animator(void *data)
case E_GADCON_ORIENT_BOTTOM:
case E_GADCON_ORIENT_CORNER_BL:
case E_GADCON_ORIENT_CORNER_BR:
hide_max = es->h - es->hidden_state_size;
hide_max = es->h - es->hidden_state_size - 1;
if (es->hide_origin == -1) es->hide_origin = es->y;
break;