GNOME Bugzilla – Bug 369368
Palette display is wrong if number of columns is set to 1 in editor
Last modified: 2006-11-02 12:18:58 UTC
Steps to reproduce: - open the palette editor - set the number of columns to 1 - get more than than column This doesn't happen in 2.2, the display works as expected there. I'll attach screenshots.
Created attachment 75839 [details] wrong display in 2.3
Created attachment 75840 [details] expected display in 2.2 The 1 is a bit hard to read in both screenshots, but that's a problem of GTK+ with sub-pixel font smoothing.
Fixed in CVS: 2006-11-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_render): fix rendering for n_columns == 1 (bug #369368).