| Summary: | Dolphin's view mode font settings are not properly isolated after application restart | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | liweinan <liweinan> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dolphin-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | git-master | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/8010ae0286fb30d51fff150703096f7ebe6172a9 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
liweinan@kylinos.cn
2025-11-04 09:28:49 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1091 Git commit 8010ae0286fb30d51fff150703096f7ebe6172a9 by Méven Car, on behalf of weinan li. Committed on 04/11/2025 at 10:32. Pushed by meven into branch 'master'. dolphinitemlistview: ensure font settings isolation between view modes Ensure proper font synchronization between KItemListStyleOption and the base font system. Previously, when switching from a view mode with custom font to one with system font, the style option would retain the custom font setting, causing font settings to persist incorrectly between view modes after application restart. The changes: - Unify the font setting logic for both system and custom fonts - Ensure style option font is synchronized with actual font in system mode M +6 -7 src/views/dolphinitemlistview.cpp https://invent.kde.org/system/dolphin/-/commit/8010ae0286fb30d51fff150703096f7ebe6172a9 |