Enlightenment CVS committal Author : titan Project : e17 Module : proto
Dir : e17/proto/ephoto/src Modified Files: ephoto_viewer.c Log Message: Fix one of the issues =================================================================== RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_viewer.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ephoto_viewer.c 1 Oct 2006 00:26:15 -0000 1.10 +++ ephoto_viewer.c 1 Oct 2006 00:31:06 -0000 1.11 @@ -23,6 +23,8 @@ ewl_object_fill_policy_set(EWL_OBJECT(image_view), EWL_FLAG_FILL_SHRINK); ewl_object_alignment_set(EWL_OBJECT(image_view), EWL_FLAG_ALIGN_LEFT); ewl_widget_show(image_view); + + ewl_widget_configure(ibox); } void zoom_in(Ewl_Widget *w, void *event, void *data) @@ -33,6 +35,8 @@ ewl_image_size_set(EWL_IMAGE(image_view), ow*1.5, oh*1.5); ewl_widget_reparent(image_view); + + ewl_widget_configure(ibox); } void zoom_out(Ewl_Widget *w, void *event, void *data) @@ -43,6 +47,8 @@ ewl_image_size_set(EWL_IMAGE(image_view), ow/1.5, oh/1.5); ewl_widget_reparent(image_view); + + ewl_widget_configure(ibox); } void original_size(Ewl_Widget *w, void *event, void *data) @@ -60,6 +66,8 @@ ewl_object_fill_policy_set(EWL_OBJECT(image_view), EWL_FLAG_FILL_SHRINK); ewl_object_alignment_set(EWL_OBJECT(image_view), EWL_FLAG_ALIGN_LEFT); ewl_widget_show(image_view); + + ewl_widget_configure(ibox); } void view_images(Ewl_Widget *w, void *event, void *data) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs