# HG changeset patch # User nadvornik # Date 1233512862 0 # Node ID 1ac2baeb8dc90936ffa363982fa315022ca4cefe # Parent e0e12512cde21717a2deeace25fe12cad80b14de fixed switch from single to split image diff -r e0e12512cde2 -r 1ac2baeb8dc9 src/layout_image.c --- a/src/layout_image.c Sun Feb 01 12:48:14 2009 +0000 +++ b/src/layout_image.c Sun Feb 01 18:27:42 2009 +0000 @@ -1658,7 +1658,12 @@ { layout_image_activate(lw, 0); } - + else + { + /* this will draw the frame around selected image (image_select) + on switch from single to split images */ + layout_image_activate(lw, lw->active_split_image); + } } GtkWidget *layout_image_setup_split_none(LayoutWindow *lw)