app: Fix missing outline with aspect 0.0

This commit is contained in:
Alexia Death 2011-02-02 01:04:24 +02:00
parent 418632916a
commit 75593c3fea
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ gimp_brush_core_create_boundary (GimpBrushCore *core,
MAX (core->main_brush->mask->width,
core->main_brush->mask->height);
if ((scale > 0.0) && (paint_options->brush_aspect_ratio != 0.0))
if (scale > 0.0)
{
scale = gimp_brush_clamp_scale (core->main_brush, scale);