Applied patch from Ulf-D. Ehlert which pushes and pops a context to

2007-09-25  Kevin Cozens  <kcozens@cvs.gnome.org>

	* plug-ins/script-fu/scripts/fuzzyborder.scm: Applied patch from
	Ulf-D. Ehlert which pushes and pops a context to prevent
	changing background colour in the UI. Fixes bug #479974.

svn path=/trunk/; revision=23648
This commit is contained in:
Kevin Cozens 2007-09-25 05:17:35 +00:00 committed by Kevin Cozens
parent 2f7fb978c9
commit 0bd67f281f
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-09-25 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/scripts/fuzzyborder.scm: Applied patch from
Ulf-D. Ehlert which pushes and pops a context to prevent
changing background colour in the UI. Fixes bug #479974.
2007-09-24 Matic Zgur <mr.zgur@gmail.com>
* configure.in: Added 'sl' to ALL_LINUGAS.

View file

@ -42,6 +42,8 @@
(theLayer)
)
(gimp-context-push)
(gimp-selection-all inImage)
(set! theImage (if (= inCopy TRUE)
(car (gimp-image-duplicate inImage))
@ -126,6 +128,8 @@
)
)
(gimp-displays-flush)
(gimp-context-pop)
)
)