SUMMARY Create copy of exisiting document doesn't clear the file path, which means that pressing save will just save over the original document. This makes the function identical to opening and saving the same file, while the function should actually be identical to "open existing document as new" but then for a document that's already open. https://bugs.kde.org/show_bug.cgi?id=348256 was the original request for this functionality, it looks like it was just an oversight. STEPS TO REPRODUCE 1. Open a file. 2. File->create copy from existing file. 3. Change something. 4. save. OBSERVED RESULT The document just saves over the original path. EXPECTED RESULT A save file dialog should pop up.
Git commit dcfd7aac052e2f7d35c07be97d03b6c1ae169995 by Dmitry Kazakov. Committed on 26/07/2022 at 11:23. Pushed by dkazakov into branch 'master'. Fix filepath reset on "create copy from existing" action M +1 -0 libs/ui/KisViewManager.cpp https://invent.kde.org/graphics/krita/commit/dcfd7aac052e2f7d35c07be97d03b6c1ae169995
Git commit faa8f78ce4cde90d17f9e5e8f686b791592359fa by Dmitry Kazakov. Committed on 26/07/2022 at 11:23. Pushed by dkazakov into branch 'krita/5.1'. Fix filepath reset on "create copy from existing" action M +1 -0 libs/ui/KisViewManager.cpp https://invent.kde.org/graphics/krita/commit/faa8f78ce4cde90d17f9e5e8f686b791592359fa