Skip to content

Commit

Permalink
nemo-icon-view-grid-container.c: Reset lazy flag when the icon position
Browse files Browse the repository at this point in the history
is stored in auto-layout mode.
  • Loading branch information
mtwebster committed Jun 27, 2017
1 parent 8f60aff commit 430f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemo-icon-view-grid-container.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ lay_down_icons_desktop (NemoIconContainer *container, GList *icons)
x, y);

icon->saved_ltr_x = icon->x;

icon->has_lazy_position = FALSE;
icons = icons->next;

nemo_centered_placement_grid_mark_icon (grid, icon);
Expand Down

0 comments on commit 430f508

Please sign in to comment.