Correct the bug in gimage_mask_border_callback () that was reported on the
list yesterday. --Sven
This commit is contained in:
@ -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
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user