[gimp/gimp-2-10] app: update drawable bounding box when detaching floating selection
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: update drawable bounding box when detaching floating selection
- Date: Thu, 3 Oct 2019 18:31:35 +0000 (UTC)
commit 3bb181cb0300825e5b6063549510169877a4536b
Author: Ell <ell_se yahoo com>
Date: Thu Oct 3 21:30:29 2019 +0300
app: update drawable bounding box when detaching floating selection
(cherry picked from commit 783b475b7b20769154955b8577d7dfd0c781aa58)
app/core/gimpdrawable-floating-selection.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/app/core/gimpdrawable-floating-selection.c b/app/core/gimpdrawable-floating-selection.c
index 28c103ef3c..94f9db22c8 100644
--- a/app/core/gimpdrawable-floating-selection.c
+++ b/app/core/gimpdrawable-floating-selection.c
@@ -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);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]