From 56d74fadbb911e169461a9bbefa664cd1ab6b129 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 03 Dec 2002 22:51:55 +0000 Subject: why didn't anybody notice this ? If you change the font, all currently open applications don't change their font -- that's not normal - that's a bug :) Fixed now --- diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index c782837..7cbda92 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -993,7 +993,7 @@ void QPEApplication::applyStyle() fs = 10; } - setFont( QFont(ff, fs) ); + setFont ( QFont ( ff, fs ), true ); // revert to global blocking policy ... opie_block_style = config. readBoolEntry ( "ForceStyle", false ) ? 0xff : 0x00; -- cgit v0.9.0.2