--- qsampler/trunk/src/qsampler.cpp 2014/06/15 00:27:04 2631 +++ qsampler/trunk/src/qsampler.cpp 2014/10/09 08:50:14 2677 @@ -393,10 +393,8 @@ } // Set default base font... - int iBaseFontSize = app.font().pointSize(); if (options.iBaseFontSize > 0) - iBaseFontSize = options.iBaseFontSize; - app.setFont(QFont(app.font().family(), iBaseFontSize)); + app.setFont(QFont(app.font().family(), options.iBaseFontSize)); // Construct, setup and show the main form. QSampler::MainForm w;