Summary: | Editing a layer name in the Layer Properties window has a fault | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ahab Greybeard <ahab.greybeard> |
Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/e03a872a0e630d71287e40bd125ec9a9c09476f2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ahab Greybeard
2018-09-22 13:22:41 UTC
I can confirm that -- but I have no idea what might cause this to happen. Git commit 14d829e820d8ba6fd704d9c8f45e96e249c7bfa4 by Boudewijn Rempt. Committed on 22/09/2018 at 13:25. Pushed by rempt into branch 'master'. Two notes: * This also sets the width of the label to that of the chooser, since otherwise if there are no constraints, the label will grow anyway. * The pattern names that have the entire bundle path in their name are wrong, but that's a separate bug. M +8 -6 libs/ui/widgets/kis_pattern_chooser.cc M +2 -2 libs/ui/widgets/kis_pattern_chooser.h https://commits.kde.org/krita/14d829e820d8ba6fd704d9c8f45e96e249c7bfa4 Argh, that commit was meant for https://bugs.kde.org/show_bug.cgi?id=398837 Git commit b1a3736d07e99e8a34d115abdf0b06159e1c6641 by Boudewijn Rempt. Committed on 24/09/2018 at 07:05. Pushed by rempt into branch 'krita/4.1'. Two notes: * This also sets the width of the label to that of the chooser, since otherwise if there are no constraints, the label will grow anyway. * The pattern names that have the entire bundle path in their name are wrong, but that's a separate bug. M +8 -6 libs/ui/widgets/kis_pattern_chooser.cc M +2 -2 libs/ui/widgets/kis_pattern_chooser.h https://commits.kde.org/krita/b1a3736d07e99e8a34d115abdf0b06159e1c6641 Has this bug been mistakenly marked as 'RESOLVED FIXED' because of confusion with the commits postings for https://bugs.kde.org/show_bug.cgi?id=398837 ? It got closed once more because pushing the fix to 4.1 closed the bug once again. Git commit 00716fedf655b4859f353bb5b506d391cdfc2c21 by Dmitry Kazakov. Committed on 26/09/2018 at 09:27. Pushed by dkazakov into branch 'master'. Fix cursor jumps in the Layer Properties dialog M +8 -2 libs/ui/dialogs/kis_dlg_layer_properties.cc https://commits.kde.org/krita/00716fedf655b4859f353bb5b506d391cdfc2c21 Git commit e03a872a0e630d71287e40bd125ec9a9c09476f2 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 26/09/2018 at 09:35. Pushed by rempt into branch 'krita/4.1'. Fix cursor jumps in the Layer Properties dialog M +8 -2 libs/ui/dialogs/kis_dlg_layer_properties.cc https://commits.kde.org/krita/e03a872a0e630d71287e40bd125ec9a9c09476f2 I confirm that this is now fixed in the 4.2.0 pre-alpha (04a7ade) appimage. (I haven't tested the latest Windows build). |