Skip to content

Commit

Permalink
fixed switch from single to split image
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Feb 1, 2009
1 parent f94b569 commit ace63c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/layout_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,12 @@ static void layout_image_setup_split_common(LayoutWindow *lw, gint n)
{
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)
Expand Down

0 comments on commit ace63c4

Please sign in to comment.