Correct the bug in gimage_mask_border_callback () that was reported on the

list yesterday.


--Sven
This commit is contained in:
Sven Neumann
1999-09-07 10:58:20 +00:00
parent 44d41b19b5
commit 1f90bbd251
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Tue Sep 7 12:59:18 MEST 1999 Sven Neumann <sven@gimp.org>
* app/commands.c: correct the bug that Garry R. Osgood reported.
Tue Sep 7 03:15:20 CEST 1999 Olof S Kylander <olof@frozenriver.com> Tue Sep 7 03:15:20 CEST 1999 Olof S Kylander <olof@frozenriver.com>
* app/airbrush_blob.[ch] new file * app/airbrush_blob.[ch] new file

View File

@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget,
g_free (call_data); g_free (call_data);
unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit");
radius_x = radius_y = selection_feather_radius; radius_x = radius_y = selection_border_radius;
if (unit != UNIT_PIXEL) if (unit != UNIT_PIXEL)
{ {

View File

@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget,
g_free (call_data); g_free (call_data);
unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit");
radius_x = radius_y = selection_feather_radius; radius_x = radius_y = selection_border_radius;
if (unit != UNIT_PIXEL) if (unit != UNIT_PIXEL)
{ {

View File

@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget,
g_free (call_data); g_free (call_data);
unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit");
radius_x = radius_y = selection_feather_radius; radius_x = radius_y = selection_border_radius;
if (unit != UNIT_PIXEL) if (unit != UNIT_PIXEL)
{ {

View File

@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget,
g_free (call_data); g_free (call_data);
unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit"); unit = (GUnit) gtk_object_get_data (GTK_OBJECT (widget), "size_query_unit");
radius_x = radius_y = selection_feather_radius; radius_x = radius_y = selection_border_radius;
if (unit != UNIT_PIXEL) if (unit != UNIT_PIXEL)
{ {