don't invert pager with FLOAT orientation

SVN revision: 75244
This commit is contained in:
Mike Blumenkrantz 2012-08-14 08:41:39 +00:00
parent 24d50c60bf
commit 9c281e264f
1 changed files with 1 additions and 1 deletions

View File

@ -331,9 +331,9 @@ _pager_fill(Pager *p, E_Gadcon *gc)
case E_GADCON_ORIENT_CORNER_BL:
case E_GADCON_ORIENT_CORNER_BR:
case E_GADCON_ORIENT_HORIZ:
case E_GADCON_ORIENT_FLOAT:
p->invert = EINA_FALSE;
break;
case E_GADCON_ORIENT_FLOAT:
case E_GADCON_ORIENT_VERT:
case E_GADCON_ORIENT_LEFT:
case E_GADCON_ORIENT_RIGHT: