fix artiface where movereisze info stays in old location then jumps to new

after first move/resize event


SVN revision: 31185
This commit is contained in:
Carsten Haitzler 2007-08-05 08:32:26 +00:00
parent c3fc770dce
commit 0f27441f3d
1 changed files with 1 additions and 2 deletions

View File

@ -166,12 +166,11 @@ 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;
obj_h = h;
if (e_config->move_info_visible && visible)
if ((_disp_pop) && (e_config->move_info_visible) && (visible))
{
e_popup_move(_disp_pop,
(obj_x - _disp_pop->zone->x) +