mirror of https://github.com/GNOME/gimp.git
app: update drawable bounding box when detaching floating selection
This commit is contained in:
parent
11629fde66
commit
783b475b7b
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue