fix border remember geometry apply

This commit is contained in:
Mike Blumenkrantz 2013-06-10 08:00:32 +01:00
parent b8257d3c78
commit 7c8609245f
3 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,10 @@
* fixed bug where e widgets would not unset focus
* fixed bug with filemanager setting path with too many spaces when opened from menu
2013-06-10 Mike Blumenkrantz
* fix remember size/position apply
2013-04-26 Mike Blumenkrantz
* fixed theme bug which prevented windows from unshading correctly when animations were disabled

1
NEWS
View File

@ -111,3 +111,4 @@ Fixes:
* fixed bug where dragging files into sidebar would move them instead of creating links
* fixed bug where e widgets would not unset focus
* fixed bug with filemanager setting path with too many spaces when opened from menu
* fix remember size/position apply

View File

@ -723,6 +723,7 @@ _e_remember_cb_hook_pre_post_fetch(void *data __UNUSED__, void *border)
}
bd->changes.size = 1;
bd->changes.shape = 1;
BD_CHANGED(bd);
}
if ((rem->apply & E_REMEMBER_APPLY_POS) && (!bd->re_manage))
{
@ -836,6 +837,7 @@ _e_remember_cb_hook_pre_post_fetch(void *data __UNUSED__, void *border)
bd->y += bd->zone->y;
bd->placed = 1;
bd->changes.pos = 1;
BD_CHANGED(bd);
}
if (rem->apply & E_REMEMBER_APPLY_LAYER)
{