https://bugs.kde.org/show_bug.cgi?id=482322

Méven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/syst
                   |                            |em/dolphin/-/commit/476cb0a
                   |                            |f843a26ebdd509c5b400532d20f
                   |                            |71dcb2
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Méven <[email protected]> ---
Git commit 476cb0af843a26ebdd509c5b400532d20f71dcb2 by Méven Car, on behalf of
weinan li.
Committed on 29/10/2025 at 10:31.
Pushed by meven into branch 'master'.

dolphinView: resetZoomLevel: reset to user defined default zoom

Instead of ViewModeSettings default mode.

The original resetZoomLevel() implementation used settings.useDefaults(true) to
force reading the system's hardcoded default icon size (typically 16px),
ignoring the user's custom default size configured in Dolphin's View settings.
This caused Ctrl+0 to reset icons to the minimum size instead of the user's
preferred default.

This patch removes the useDefaults(true) call, allowing
ViewModeSettings::iconSize() to directly retrieve the user-configured default
icon size. Ctrl+0 now correctly resets to the size the user set in Dolphin's
settings, aligning with expected behavior.

M  +2    -4    src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/-/commit/476cb0af843a26ebdd509c5b400532d20f71dcb2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to