Removed three lines no longer needed.

2004-10-29  Kevin Cozens  <kcozens@cvs.gimp.org>

	* scripts/carve-it.sct: Removed three lines no longer needed.

	* scripts/contactsheet.sct: Use gimp-drawable-fill instead of
	gimp-edit-fill.

	* scripts/hsv-graph.sct: Backed out some changes made during first
	attempts to get the script working. Fixed text for one toggle.
	Reformatted the file.

	* scripts/test-sphere.sct: Added note about use of SF_PALETTE
This commit is contained in:
Kevin Cozens 2004-10-29 17:59:10 +00:00 committed by Kevin Cozens
parent 782aeab6f2
commit fad244f743
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@
(text-height)
)
(gimp-selection-all img)
(gimp-edit-fill (car (gimp-image-get-active-layer img)) BACKGROUND-FILL)
(gimp-drawable-fill (car (gimp-image-get-active-layer img))
BACKGROUND-FILL)
(gimp-selection-none img)
(set! text-layer (car (gimp-text-fontname img -1 0 0
(string-append _"Sheet " (number->string num)