| Summary: | "Default colour model for new images" is ignored | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Mark Raynsford <co+org.kde> |
| Component: | General | Assignee: | lfausto |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ahab.greybeard, feyazabubaker, halla, lfausto |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 4.2.8 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/d41048ccc582bcfeef003969eaf8a0f8e59e5da9 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Mark Raynsford
2020-01-29 17:25:38 UTC
I can confirm this for the Jan 28th 4.3.0 prealpha appimage git(049dd11) Can confirm for Feb 23rd 4.3.0 prealpha appimage git(369d552). Changing the default at the new file screen doesn't affect the value stored in settings. Claiming bug. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/705 Git commit d41048ccc582bcfeef003969eaf8a0f8e59e5da9 by Dmitry Kazakov, on behalf of Santhosh Anguluri.
Committed on 18/02/2021 at 08:03.
Pushed by dkazakov into branch 'master'.
Fix "Default colour model for new images"
Before this commit, only working color space is changed
when default color model is changed. But that does not
change anything to the new image dialog. This MR provides
an option to use a default set color model or last used
color model using a checkbox.
Tested as follows:
1)Config Krita -> Color Management -> General ->
Change default color model for new images(with checkbox checked).
2) Make a new image
3) The new default model and bitdepth appears.
M +6 -3 libs/ui/KisDocument.cpp
M +26 -2 libs/ui/dialogs/kis_dlg_preferences.cc
M +1 -0 libs/ui/dialogs/kis_dlg_preferences.h
M +32 -20 libs/ui/forms/wdgcolorsettings.ui
M +10 -2 libs/ui/kis_config.cc
M +2 -0 libs/ui/kis_config.h
https://invent.kde.org/graphics/krita/commit/d41048ccc582bcfeef003969eaf8a0f8e59e5da9
|