Summary: | moved part of image is not saved and disapear after reopen | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Aleksander Szczygieł <aelspire> |
Component: | Tools | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | dimula73 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/857638c1c60e7574a3122d7093b461be588a3651 | Version Fixed In: | |
Sentry Crash Report: |
Description
Aleksander Szczygieł
2013-08-25 17:30:35 UTC
Hi, Aleksander! Thank you for your report! I can reproduce the bug. Looks like the stroke is not finished before saving the image. Git commit 7a4a2745cd42a8ab931ec8651bbe823c7efb2c07 by Dmitry Kazakov. Committed on 26/08/2013 at 18:39. Pushed by dkazakov into branch 'master'. The image should be locked when saved to Kra format M +3 -1 krita/ui/kis_doc2.cc http://commits.kde.org/calligra/7a4a2745cd42a8ab931ec8651bbe823c7efb2c07 Git commit 857638c1c60e7574a3122d7093b461be588a3651 by Dmitry Kazakov. Committed on 03/09/2013 at 12:53. Pushed by dkazakov into branch 'master'. A proper fix for the not-saved Move Tool action when it is saved while the stroke is active This patch uses more accurate way of locking the image: o When the autosave is happening and the document cannot lock the image, the document sets the autosave interval to 10s to catch the nearest moment when there is no stroke active o When the usual saving is happening, the document first requests the end of the current stroke, then tries to lock the image again M +27 -0 krita/ui/kis_doc2.cc M +1 -0 krita/ui/kis_doc2.h http://commits.kde.org/calligra/857638c1c60e7574a3122d7093b461be588a3651 |