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

@ -1340,7 +1340,7 @@ gimage_mask_border_callback (GtkWidget *widget,
g_free (call_data);
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)
{