Bug 220179 - Previews in the Layers docker are updated only on mouseover
Summary: Previews in the Layers docker are updated only on mouseover
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Halla Rempt
URL:
Keywords: release_blocker
Depends on:
Blocks:
 
Reported: 2009-12-26 22:44 UTC by Grósz Dániel
Modified: 2010-09-19 16:23 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grósz Dániel 2009-12-26 22:44:32 UTC
Version:           2.1.0 (using Devel)
OS:                Linux
Installed from:    Compiled sources

If you modify the image, the preview in the Layers docker gets updated only if you move the mouse over the docker (not necessarily over the current layer).
Comment 1 Kubuntiac 2009-12-27 01:41:29 UTC
Confirmed. I'd been meaning to file this myself.

I'm on 64 bit Kubuntu using daily compile from svn trunk (yes, I should post my current rev# but I'm about to go to bed :)
Comment 2 Halla Rempt 2010-01-20 17:13:08 UTC
This works in trunk now (maybe a bit too well, since it repaints a whole lot)
Comment 3 Kubuntiac 2010-01-21 03:09:04 UTC
Awesome sauce. :)
Comment 4 Adam C 2010-04-09 01:14:49 UTC
doesn't work for me in rev 1111899
Comment 5 Kubuntiac 2010-04-09 05:55:52 UTC
Yeah, It's not updating for me either until the cursor floats over the layers box. I'm on revision #1112759.
Comment 6 Sven Langkamp 2010-09-19 16:23:21 UTC
SVN commit 1177121 by langkamp:

fix update of previews in layerbox
BUG:220179


 M  +3 -1      image/kis_base_node.cpp  
 M  +6 -1      image/kis_base_node.h  
 M  +4 -0      image/kis_image.cc  
 M  +6 -0      image/kis_image.h  
 M  +8 -0      image/kis_node.cpp  
 M  +2 -0      image/kis_node.h  
 M  +5 -0      image/kis_node_graph_listener.h  
 M  +4 -0      image/tests/kis_node_facade_test.cpp  
 M  +3 -0      image/tests/kis_node_test.cpp  
 M  +1 -1      plugins/tools/defaulttools/kis_tool_gradient.cc  
 M  +27 -0     ui/kis_node_model.cpp  
 M  +4 -0      ui/kis_node_model.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1177121