GNOME Bugzilla – Bug 348249
script-fu filter is positioned under the image
Last modified: 2008-01-15 14:07:30 UTC
Please describe the problem: A script-fu filter (drop-shadow or lava) is positioned underneath the image instead of on top of the image like with filter Filters/Edge-detect/Edge... Steps to reproduce: 1. select script-fu filter ("drop shadow" or "lava" or ...) 2. filter window positioned under image window 3. select other type filter ("Edge") 4. filter is on top of image window Actual results: filter windows are not positioned on top of the image window Expected results: filter window on top of image window Does this happen every time? yes Other information: no
2006-08-07 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): added missing call to gimp_window_set_transient(). Fixes bug #348249.