mirror of https://github.com/GNOME/gimp.git
merged fix from 1.2
2001-01-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/title-header.scm: merged fix from 1.2
This commit is contained in:
parent
0f67479898
commit
32ebb877b8
|
@ -1,3 +1,7 @@
|
|||
2001-01-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/title-header.scm: merged fix from 1.2
|
||||
|
||||
2001-01-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/levels.c: reverted the behaviour of the "Reset" button back
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
(gimp-edit-fill bg-layer BG-IMAGE-FILL)
|
||||
|
||||
(gimp-ellipse-select img 0 0 text-height text-height REPLACE TRUE FALSE 0)
|
||||
(gimp-palette-set-background (car (gimp-color-picker text-layer text-layers-offset 0 TRUE FALSE)))
|
||||
(gimp-palette-set-background (car (gimp-color-picker img text-layer text-layers-offset 0 TRUE FALSE 0 0)))
|
||||
(gimp-edit-fill bg-layer BG-IMAGE-FILL)
|
||||
|
||||
; Fade-out gradient at the right
|
||||
|
|
Loading…
Reference in New Issue