app: update drawable bounding box when detaching floating selection

This commit is contained in:
Ell 2019-10-03 21:30:29 +03:00
parent 11629fde66
commit 783b475b7b
1 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,8 @@ gimp_drawable_remove_fs_filter (GimpDrawable *drawable)
g_clear_object (&private->fs_applicator);
private->fs_crop_node = NULL;
gimp_drawable_update_bounding_box (drawable);
}
}