Bug 414092

Summary: Swap Undo After slider does not change the actual value on the right
Product: [Applications] krita Reporter: Tyson Tan <tysontanx>
Component: UsabilityAssignee: Dmitry Kazakov <dimula73>
Status: RESOLVED FIXED    
Severity: normal CC: dimula73
Priority: NOR    
Version: 4.2.7.1   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Tyson Tan 2019-11-13 11:25:17 UTC
Configure Krita -> Performance -> Swap Undo After:
When dragging the slider, the value on the right does not change.
Comment 1 Tyson Tan 2019-11-13 11:27:31 UTC
It seems to only change the value when it goes to very far left, then the value begins to go under the dead-set 81 MB. It does not go anything higher than 81 MB.
Comment 2 Dmitry Kazakov 2019-11-18 15:45:51 UTC
I can confirm. It is related to the change of "pool limit" to be zero. Undo limit gets crazy because of that.
Comment 3 Dmitry Kazakov 2019-11-18 15:55:11 UTC
Git commit e38ce58c7a63e585cb5c53d07688f1dd1cabf77e by Dmitry Kazakov.
Committed on 18/11/2019 at 15:54.
Pushed by dkazakov into branch 'master'.

Fix synchronization of sliders in Performance tab in the Settings

M  +1    -0    libs/ui/dialogs/kis_dlg_preferences.cc

https://invent.kde.org/kde/krita/commit/e38ce58c7a63e585cb5c53d07688f1dd1cabf77e
Comment 4 Dmitry Kazakov 2019-11-18 15:55:21 UTC
Git commit ed3ed6333c7dcbc519f7b10ecc9421c2928c97cb by Dmitry Kazakov.
Committed on 18/11/2019 at 15:55.
Pushed by dkazakov into branch 'krita/4.2'.

Fix synchronization of sliders in Performance tab in the Settings

M  +1    -0    libs/ui/dialogs/kis_dlg_preferences.cc

https://invent.kde.org/kde/krita/commit/ed3ed6333c7dcbc519f7b10ecc9421c2928c97cb
Comment 5 Tyson Tan 2019-11-19 07:34:55 UTC
Thank you, Dmitry! :D