Revision: 1369
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1369&view=rev
Author:   nadvornik
Date:     2009-02-01 18:27:42 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
fixed switch from single to split image

Modified Paths:
--------------
    trunk/src/layout_image.c

Modified: trunk/src/layout_image.c
===================================================================
--- trunk/src/layout_image.c    2009-02-01 12:48:14 UTC (rev 1368)
+++ trunk/src/layout_image.c    2009-02-01 18:27:42 UTC (rev 1369)
@@ -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)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to