After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 369368 - Palette display is wrong if number of columns is set to 1 in editor
Palette display is wrong if number of columns is set to 1 in editor
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-11-02 11:42 UTC by Michael Schumacher
Modified: 2006-11-02 12:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wrong display in 2.3 (6.76 KB, image/png)
2006-11-02 11:43 UTC, Michael Schumacher
Details
expected display in 2.2 (4.30 KB, image/png)
2006-11-02 11:44 UTC, Michael Schumacher
Details

Description Michael Schumacher 2006-11-02 11:42:09 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.
Comment 1 Michael Schumacher 2006-11-02 11:43:06 UTC
Created attachment 75839 [details]
wrong display in 2.3
Comment 2 Michael Schumacher 2006-11-02 11:44:38 UTC
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.
Comment 3 Michael Natterer 2006-11-02 12:18:58 UTC
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).