From bce79230e15309cc12fc8936182735bf0ac2754e Mon Sep 17 00:00:00 2001 From: lok Date: Sun, 22 Jul 2007 01:27:43 +0000 Subject: [PATCH] Fixed an issue when Display information is enabled when moving windows but not when resizing. SVN revision: 30929 --- src/bin/e_moveresize.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_moveresize.c b/src/bin/e_moveresize.c index 3e8890a48..cd64bf59f 100644 --- a/src/bin/e_moveresize.c +++ b/src/bin/e_moveresize.c @@ -166,6 +166,7 @@ e_move_update(int x, int y) EAPI void e_move_resize_object_coords_set(int x, int y, int w, int h) { + if (!_disp_pop) return; obj_x = x; obj_y = y; obj_w = w;