Bug 184745 - weird behaviour when using the undo function
Summary: weird behaviour when using the undo function
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 03:28 UTC by Elián Hanisch
Modified: 2009-02-19 23:08 UTC (History)
1 user (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 Elián Hanisch 2009-02-18 03:28:29 UTC
Version:           2.0 beta-6 (using 4.1.2 (KDE 4.1.2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-23-generic

1. start a new rgb white document
2. create a new transparent layer
3. paint something with the brush
4. undo
5. paint again were you did it previously, the stuff you undid starts to show
Comment 1 Cyrille Berger 2009-02-18 23:57:02 UTC
I can't reproduce :(
Comment 2 Cyrille Berger 2009-02-19 23:08:00 UTC
SVN commit 928729 by berger:

fix undoing on a transparent image make artefact of the old drawing appears when drawing again

composite copy is a special case, and shouldn't be limited to the extend of a paint device, otherwise transparent pixels might not get copied correctly to the destination as the user of the API would expect

BUG: 184745

 M  +3 -1      kis_painter.cc  


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