gimp r24662 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24662 - in trunk: . app/core
- Date: Mon, 21 Jan 2008 17:53:36 +0000 (GMT)
Author: neo
Date: Mon Jan 21 17:53:36 2008
New Revision: 24662
URL: http://svn.gnome.org/viewvc/gimp?rev=24662&view=rev
Log:
2008-01-21 Sven Neumann <sven gimp org>
* app/core/gimpselection.c (gimp_selection_extract): don't clear
the selection as a side-effect of "Edit->Cut" (bug #510534).
Modified:
trunk/ChangeLog
trunk/app/core/gimpselection.c
Modified: trunk/app/core/gimpselection.c
==============================================================================
--- trunk/app/core/gimpselection.c (original)
+++ trunk/app/core/gimpselection.c Mon Jan 21 17:53:36 2008
@@ -732,9 +732,6 @@
if (GIMP_IS_DRAWABLE (pickable) && cut_image)
{
- /* Clear the region */
- gimp_channel_clear (selection, NULL, TRUE);
-
/* Update the region */
gimp_drawable_update (GIMP_DRAWABLE (pickable),
x1, y1, (x2 - x1), (y2 - y1));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]