diff options
| author | Christoph Feck <[email protected]> | 2010-03-27 20:43:35 +0000 |
|---|---|---|
| committer | Christoph Feck <[email protected]> | 2010-03-27 20:43:35 +0000 |
| commit | ac2143f42a78b9fd0da106b8f45aa252b1473e46 (patch) | |
| tree | 3299715c760c97350e0d5ddb66212cb21b8a3065 /src/settings | |
| parent | 4cd0b00f0d94dcfac43306235dc96df86dc0ad0a (diff) | |
Start font requester with previously set custom font
svn path=/trunk/KDE/kdebase/apps/; revision=1108110
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/dolphinfontrequester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphinfontrequester.cpp b/src/settings/dolphinfontrequester.cpp index 2fc444029..04c5ed586 100644 --- a/src/settings/dolphinfontrequester.cpp +++ b/src/settings/dolphinfontrequester.cpp @@ -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); |
