| Summary: | Removed file layer generate warnings when linked file doesn't exists anymore | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | grum999 |
| Component: | Layer Stack | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73, halla |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.0-beta5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/3d2223f53c73b03692b8ae6429809602b6d72a12 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
grum999
2021-12-11 14:46:28 UTC
Hi, grum999! Thanks for your report! I can see how this bug can happen, that is rather funny bug :) I'll have a look. Git commit 3d2223f53c73b03692b8ae6429809602b6d72a12 by Dmitry Kazakov. Committed on 20/04/2022 at 09:45. Pushed by dkazakov into branch 'master'. Let File Layers report errors with filesystem via node properties Now the user can see an exclamation mark near the file layer's name when the layer fails to access/parse the linked file. The user can hover the exclamation mark and see what actually hapened. M +16 -1 libs/image/kis_layer_properties_icons.cpp M +3 -0 libs/image/kis_layer_properties_icons.h M +37 -0 libs/ui/kis_file_layer.cpp M +13 -0 libs/ui/kis_file_layer.h M +56 -31 plugins/dockers/layerdocker/NodeDelegate.cpp M +16 -0 plugins/dockers/layerdocker/NodeToolTip.cpp https://invent.kde.org/graphics/krita/commit/3d2223f53c73b03692b8ae6429809602b6d72a12 |