Bug 51462 - Fixed width font combo box not changed when Defaults is pressed
Summary: Fixed width font combo box not changed when Defaults is pressed
Status: RESOLVED WORKSFORME
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmkonqhtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 15:54 UTC by Ingo Klöcker
Modified: 2008-06-05 11:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Klöcker 2002-12-03 15:54:45 UTC
Version:           Unbekannt (using KDE 3.1.1 (CVS >= 20021124))
Installed from:    compiled sources
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

In the configuration dialog, section Fonts. If I click on the Defaults button all font comboboxes except the one for the "fixed width font" display the changed font. The "fixed width font" is also changed to the default value. But the combobox doesn't reflect this change. Probably this is due to a missing or wrongly connected signal.
Comment 1 Ingo Klöcker 2002-12-03 16:30:18 UTC
This bug is caused by the fact that I didn't specify KGlobalSettings::fixedFont(), i. e. I didn't 
specify the fixed font which should be used globally in KDE. Therefore in 
KAppearanceOptions::updateGUI() m_pFonts[1]->setCurrentFont() which is called with 
KGlobalSettings::fixedFont().family() doesn't work (the value returned by 
KGlobalSettings::fixedFont().family() is probably Console which is not available in the fixedFont 
combobox. This case should be correctly handled by defaulting to 
HTML_DEFAULT_VIEW_FIXED_FONT in case KGlobalSettings::fixedFont() is no valid font. 
 
Comment 2 George Goldberg 2007-12-19 03:54:35 UTC
Is this bug still there in a recent version of KDE, such as 3.5.8 or KDE4.0 RC2?
Comment 3 Florian Reinhard 2008-06-05 11:03:19 UTC
can't repoduce on 3.5.8 and svn trunk r815560 (~4.1-beta). -> closing