https://bugs.kde.org/show_bug.cgi?id=501743
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/e482885 | |ba1ed4d89862821764207c72e4e | |1833a5 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit e482885ba1ed4d89862821764207c72e4e1833a5 by Akseli Lahtinen. Committed on 28/03/2025 at 15:56. Pushed by akselmo into branch 'master'. KFileWidget and KDirOperator: Fix saving and loading preview settings KDirOperator would load the iconSize after creating previewGenerator, which asks the iconSize from KDirOperator. This would make the iconSize always be invalid in previewGenerator. KFileWidget would additionally toggle the action again, regardless of what the user setting is. It's better just to explicitly follow what the user setting is and toggle the button accordingly. The previewGenerator value would always override what the user value is otherwise. M +49 -0 autotests/kfilewidgettest.cpp M +1 -1 src/filewidgets/kdiroperator.cpp M +0 -5 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/e482885ba1ed4d89862821764207c72e4e1833a5 -- You are receiving this mail because: You are watching all bug changes.