GNOME Bugzilla – Bug 113237
Can't duplicate a color in the palette editor by DnD'ing
Last modified: 2005-07-21 22:36:22 UTC
If I drag a color from the palette editor and drop it in the palette editor again, the color is not duplicated; instead I get: (gimp-1.3:826): Gimp-Widgets-WARNING **: Received invalid palette data
Fixed in CVS: 2003-05-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteeditor.c (color_palette_target_table): removed GIMP_TARGET_PALETTE. Fixes bug #113237.
This should be reopened as it recently broke. Dragged colors from the palette editor became useless -- you cannot drop them anywhere (not on fg/bg in colorsel, palette editor, gradient editor). I assume this broke upon the change to GimpPaletteView. Although, looking at gimppaletteview.c, I'm not sure what is causing palette-editor-dragged colors to be unrecognizable as colors to gimp.
Indeed, and i even fails for the same reason than in this bug.
Fixed in CVS: 2005-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.c: setup the dnd stuff in GimpView::set_viewable() and remove GimpView's automatically added GimpPalette drag source. Fixes color dragging (bug #113237).