fix border remember geometry apply

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

View File

@ -1,3 +1,7 @@
2013-05-29 Mike Blumenkrantz
* fix remember size/position apply
2013-05-29 Mike Blumenkrantz
* added e_border_inset utility functions

1
NEWS
View File

@ -218,3 +218,4 @@ Fixes:
* fixed theme bug which prevented windows from unshading correctly when animations were disabled
* filemanager windows no longer resize to 0x0 when double clicked with no icons present
* fixed e_exec to open .desktop url links
* 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)
{