Summary: | Edit -> Undo/Redo items not correctly presented | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Ahab Greybeard <ahab.greybeard> |
Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla, rjquiralte |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/e87e57f47440a8dc866f943d994c1f1fe6cc763a | Version Fixed In: | |
Sentry Crash Report: |
Description
Ahab Greybeard
2018-03-24 09:30:11 UTC
I can reproduce this on a git-master build. Archlinux/Plasma system here. Reference thread on the forums: https://forum.kde.org/viewtopic.php?f=139&t=151599&p=396488#p396488 This has been an issue for quite a long time(at the least since last year), but because noone else mentioned it I thought it was a problem with my build. KDE Neon 16.04 Git commit 3fe8b33d693d918b6167cd006d2cbfd1afb7a237 by Dmitry Kazakov. Committed on 03/04/2018 at 12:29. Pushed by dkazakov into branch 'master'. Fix updates of undo/redo actions The patch just connect the correctly M +1 -1 libs/ui/CMakeLists.txt M +14 -7 libs/ui/KisMainWindow.cpp A +66 -0 libs/ui/KisUndoActionsUpdateManager.cpp [License: GPL (v2+)] A +47 -0 libs/ui/KisUndoActionsUpdateManager.h [License: GPL (v2+)] D +0 -56 libs/ui/KisUndoStackAction.cpp D +0 -45 libs/ui/KisUndoStackAction.h M +0 -17 libs/ui/KisView.cpp M +0 -3 libs/ui/KisView.h https://commits.kde.org/krita/3fe8b33d693d918b6167cd006d2cbfd1afb7a237 Git commit e87e57f47440a8dc866f943d994c1f1fe6cc763a by Dmitry Kazakov. Committed on 07/04/2018 at 13:28. Pushed by dkazakov into branch 'krita/4.0'. Fix updates of undo/redo actions The patch just connect the correctly M +1 -1 libs/ui/CMakeLists.txt M +14 -7 libs/ui/KisMainWindow.cpp A +66 -0 libs/ui/KisUndoActionsUpdateManager.cpp [License: GPL (v2+)] A +47 -0 libs/ui/KisUndoActionsUpdateManager.h [License: GPL (v2+)] D +0 -56 libs/ui/KisUndoStackAction.cpp D +0 -45 libs/ui/KisUndoStackAction.h M +0 -17 libs/ui/KisView.cpp M +0 -3 libs/ui/KisView.h https://commits.kde.org/krita/e87e57f47440a8dc866f943d994c1f1fe6cc763a |