https://bugs.kde.org/show_bug.cgi?id=499786
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst |em/dolphin/-/commit/3752ab4 |em/dolphin/-/commit/84896bf |1ba32ab4cc8afb7defb2014ab98 |042703a9261e27e235bdf3c186c |178da2 |aee779 --- Comment #7 from Akseli Lahtinen <[email protected]> --- Git commit 84896bf042703a9261e27e235bdf3c186caee779 by Akseli Lahtinen. Committed on 08/01/2026 at 08:17. Pushed by akselmo into branch 'release/25.12'. viewmodes: ensure font dialog retains last custom selection The font selection dialog for custom view fonts was always initialized with the system default font instead of the previously selected custom font. This occurred because QFontDialog::getFont() was not passed the current custom font stored in DolphinFontRequester. By initializing the dialog with currentFont() (which returns the stored custom font when in Custom Font mode), users will now see their previous font selection when reopening the dialog, enabling easier font finetuning. (cherry picked from commit 3752ab41ba32ab4cc8afb7defb2014ab98178da2) Co-authored-by: weinan li <[email protected]> M +2 -1 src/settings/viewmodes/dolphinfontrequester.cpp https://invent.kde.org/system/dolphin/-/commit/84896bf042703a9261e27e235bdf3c186caee779 -- You are receiving this mail because: You are watching all bug changes.
