Start font requester with previously set custom font

svn path=/trunk/KDE/kdebase/apps/; revision=1108110
This commit is contained in:
Christoph Feck 2010-03-27 20:43:35 +00:00
parent 4cd0b00f0d
commit ac2143f42a

View file

@ -91,7 +91,7 @@ bool DolphinFontRequester::event(QEvent* event)
void DolphinFontRequester::openFontDialog()
{
QFont font;
QFont font = m_customFont;
const int result = KFontDialog::getFont(font,
KFontChooser::NoDisplayFlags,
this);