From aad37e86935628c97fd7340c28c9ab7d0e10f81b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 9 Jan 2013 13:26:54 +0000 Subject: [PATCH] backport previous window placement fix SVN revision: 82461 --- ChangeLog | 4 ++++ NEWS | 1 + src/bin/e_border.c | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f1b481949..62bbf04cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 14f261039..c42b7c28d 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 51122195b..87f2aa863 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -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) {