Issue #9648: don't flush the image when selecting items.

This results in an infinite loop and there is no change done, so no reason to
flush anything. Mitch had a fix for this (probably the same, per the IRC
discussion), but I really wanted to just release GIMP 2.99.16. So Mitch, if you
read this, sorry for not waiting for you to push this one!
This commit is contained in:
Jehan 2023-07-04 22:10:40 +02:00
parent c95b8518fe
commit 1b3af8a89b
1 changed files with 0 additions and 1 deletions

View File

@ -1252,7 +1252,6 @@ gimp_item_tree_view_select_items (GimpContainerView *view,
if (TRUE) /* XXX: test if new selection same as old. */
{
item_view_class->set_selected_items (tree_view->priv->image, items);
gimp_image_flush (tree_view->priv->image);
items = item_view_class->get_selected_items (tree_view->priv->image);
}