https://bugs.kde.org/show_bug.cgi?id=499786
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/3752ab4 | |1ba32ab4cc8afb7defb2014ab98 | |178da2 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Akseli Lahtinen <[email protected]> --- Git commit 3752ab41ba32ab4cc8afb7defb2014ab98178da2 by Akseli Lahtinen, on behalf of weinan li. Committed on 07/01/2026 at 14:06. Pushed by akselmo into branch 'master'. 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. M +2 -1 src/settings/viewmodes/dolphinfontrequester.cpp https://invent.kde.org/system/dolphin/-/commit/3752ab41ba32ab4cc8afb7defb2014ab98178da2 -- You are receiving this mail because: You are watching all bug changes.
