oops raster ;)

SVN revision: 14156
devs/princeamd/enlightenment-0.17-elive
handyande 19 years ago committed by handyande
parent b1b7e65840
commit 365a8c26b5
  1. 2
      src/bin/e_border.c

@ -3664,7 +3664,7 @@ _e_border_move_update(E_Border *bd)
{
char buf[40];
snprintf(buf, sizeof(buf) - 1, "%ix%i", bd->x, bd->y);
snprintf(buf, sizeof(buf) - 1, "%i %i", bd->x, bd->y);
edje_object_part_text_set(move_obj, "text", buf);
}

Loading…
Cancel
Save