backport previous window placement fix

SVN revision: 82461
This commit is contained in:
Mike Blumenkrantz 2013-01-09 13:26:54 +00:00
parent d47ea23576
commit aad37e8693
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-09 Mike Blumenkrantz
* fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
2013-01-08 Mike Blumenkrantz
* Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero

1
NEWS
View File

@ -24,3 +24,4 @@ Fixes:
* Fixed bug where disabled slider widgets could be changed with mouse wheel
* Fixed bug where fileman config slider widgets were not properly disabled
* Tasks gadgets now apply the selected style
* fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly

View File

@ -8563,6 +8563,7 @@ _e_border_eval(E_Border *bd)
bd->changes.pos = 1;
bd->placed = 1;
}
_e_border_move_internal(bd, bd->x, bd->y, 1);
}
if (!bd->placed)
{