added a missing "break". Fixes #26268.

2000-10-03  Michael Natterer  <mitch@gimp.org>

	* plug-ins/gdyntext/gdyntext.c: added a missing "break". Fixes #26268.
This commit is contained in:
Michael Natterer 2000-10-03 20:50:41 +00:00 committed by Michael Natterer
parent 30e9bf10b0
commit 3634cf897b
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-10-03 Michael Natterer <mitch@gimp.org>
* plug-ins/gdyntext/gdyntext.c: added a missing "break". Fixes #26268.
Tue Oct 3 18:05:53 CEST 2000 Marc Lehmann <pcg@goof.com>
* plug-ins/common/exchange.c: Try to fix bug #26614.

View file

@ -566,6 +566,7 @@ gdt_render_text_p (GdtVals *data,
break;
case LA_NONE:
default:
break;
}
gimp_layer_set_preserve_transparency (data->layer_id, 1);