| Summary: | Drag and Dropped image files that are added as file-layers are not named after the filename. | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | brah.rah |
| Component: | Layer Stack | Assignee: | Jonathan Colman <JonColmanKrita> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73, ghevan, JonColmanKrita |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 4.2.9 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/1f5ac84713e1be501c67170f4b5a894f7feacd21 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
brah.rah
2020-10-02 05:06:14 UTC
I cna confirm this bug This should be an easy enough fix. Dibs! Git commit 1f5ac84713e1be501c67170f4b5a894f7feacd21 by Dmitry Kazakov, on behalf of Jonathan Colman. Committed on 08/10/2020 at 09:55. Pushed by dkazakov into branch 'krita/4.3'. Give meaningful name to Drag And Drop File Layer Previously, File Layers made by dragging and dropping image where named "File Layer <number>"; which isn't very meaningful. This commit names Drag and Drop'd file layers by the name and format of the file. i.e. "example.jpg" M +3 -1 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/commit/1f5ac84713e1be501c67170f4b5a894f7feacd21 Closed with this MR: https://invent.kde.org/graphics/krita/-/merge_requests/516 |