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 610478 - Layer preview suddenly stops getting updated
Layer preview suddenly stops getting updated
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-19 18:24 UTC by Laxminarayan G Kamath A
Modified: 2015-11-29 20:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laxminarayan G Kamath A 2010-02-19 18:24:57 UTC
Steps to reproduce (thx to mitch for reduced instructions :) )


1) draw something. 
 * check layer preview - its updating

2) hold shift
3) Click 2 to 3 times without moving mouse
4) release shift .
 * check layer preview - its updated

5) draw some more 
 * check layer preview - *not* updated!!!
Comment 1 Laxminarayan G Kamath A 2010-02-19 18:25:55 UTC
s/mitch/Mikachu
Comment 2 Michael Natterer 2010-02-19 20:06:46 UTC
Fixed in master and 2-6:

commit d4b7b0d83fe7423ef2979b76c33291f8e8c495e4
Author: Michael Natterer <mitch@gimp.org>
Date:   Fri Feb 19 20:59:25 2010 +0100

    Bug 610478 - Layer preview suddenly stops getting updated
    
    gimp_paint_core_finish(): when bailing out early because nothing was
    painted (e.g. because we repeatedly shift-click on the same pixel,
    which doesn't advance the interpolation distance), don't forget to
    call gimp_viewable_preview_thaw() or the drawable preview will be
    frozen forever.
    (cherry picked from commit c55753f2ad387ead2edbbfce8cd8f7f3751455b4)

 app/paint/gimppaintcore.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)