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 118177 - colormap rotation HUE circles redraw broken
colormap rotation HUE circles redraw broken
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other Linux
: Normal major
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-24 12:12 UTC by Jakub Steiner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
broken-redraw (105.48 KB, image/png)
2003-07-24 12:21 UTC, Jakub Steiner
Details

Description Jakub Steiner 2003-07-24 12:12:08 UTC
The Image>Filters>Colors>Map>Colormap rotation filter has a broken preview
redraw. When defining the range, one of the lines gets drawn twice,
eventually creating too much screen garbage to figure out what segment I've
defined.

Screenshot attached.
Comment 1 Jakub Steiner 2003-07-24 12:21:58 UTC
Created attachment 18569 [details]
broken-redraw
Comment 2 Maurits Rijk 2003-07-30 07:37:12 UTC
I can confirm this. Probably wrong return value in expose event.
Should return FALSE instead of TRUE, iirc.
Comment 3 Seth Burgess 2003-08-24 16:30:51 UTC
Did more queue_redraw instead of trying to do xor erasing (which
wasn't working well at all). 

Also queued a redraw at the end to get rid of last minute artifacts.
Comment 4 Seth Burgess 2003-08-24 20:23:12 UTC
Added a gdk_window_process_updates() in the appropriate spot, removed
portion of previous work-around.  Works much better now - flicker
free, artifact free.
Comment 5 Sven Neumann 2003-08-24 21:52:37 UTC
What about closing this bug-report then?
Comment 6 Michael Natterer 2003-08-27 19:12:04 UTC
Confirming that this bug is fixes in 1.3.19.