[dolphin] [Bug 508352] Zooming in and out may break visual rendering of selections, tree structure, icons and filenames
Felix Ernst
bugzilla_noreply at kde.org
Tue Aug 26 14:21:51 BST 2025
https://bugs.kde.org/show_bug.cgi?id=508352
Felix Ernst <felixernst at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/syst
| |em/dolphin/-/commit/2ff3017
| |35ed4707a303186e5db4971a514
| |00335b
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #12 from Felix Ernst <felixernst at kde.org> ---
Git commit 2ff301735ed4707a303186e5db4971a51400335b by Felix Ernst, on behalf
of Akseli Lahtinen.
Committed on 26/08/2025 at 12:42.
Pushed by felixernst into branch 'master'.
KItemListView: Check if animation is already started before starting new one
When user changes the zoom rapidly, we start the animation multiple
times, which causes delays with the animation and the icon size
is wrong for a while until user interaction refreshes the view.
This change runs the animation only when it's been finished, and
avoids the issue with the refresh. Instead in those situations,
we know that user is doing something really rapidly, so we
should just set the icon size to what it needs to be.
M +1 -1 src/kitemviews/kitemlistview.cpp
https://invent.kde.org/system/dolphin/-/commit/2ff301735ed4707a303186e5db4971a51400335b
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list