save size broken. fixed.

SVN revision: 12378
This commit is contained in:
Carsten Haitzler 2004-12-07 00:21:04 +00:00
parent a45b5fc0ee
commit e50db711e6
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ _clock_cb_face_up(void *data, Evas *e, Evas_Object *obj, void *event_info)
ef->move = 0;
ef->resize = 0;
evas_output_viewport_get(ef->evas, NULL, NULL, &ww, &hh);
ef->clock->conf->width = ef->fw;
ef->clock->conf->x = (double)ef->fx / (double)(ww - ef->clock->conf->width);
ef->clock->conf->y = (double)ef->fy / (double)(hh - ef->clock->conf->width);
e_config_save_queue();