discomfitor pushed a commit to branch master.

commit e0b38fdce5f1d1139ce0be7200566ed71cdc47d0
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 9 09:33:14 2013 +0100

    move and resize container when moving and resizing container
---
 src/bin/e_container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_container.c b/src/bin/e_container.c
index 144e892..9279879 100644
--- a/src/bin/e_container.c
+++ b/src/bin/e_container.c
@@ -233,7 +233,7 @@ e_container_move_resize(E_Container *con, int x, int y, int 
w, int h)
      ecore_x_window_move_resize(con->win, con->x, con->y, con->w, con->h);
    ecore_x_window_move_resize(con->event_win, con->x, con->y, con->w, con->h);
    if (!e_config->null_container_win)
-     ecore_evas_resize(con->bg_ecore_evas, con->w, con->h);
+     ecore_evas_move_resize(con->bg_ecore_evas, x, y, w, h);
    evas_object_move(con->bg_blank_object, con->x, con->y);
    evas_object_resize(con->bg_blank_object, con->w, con->h);
    _e_container_resize_handle(con);

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to