Don't reset FontSelector font on style change
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Jul 2009 21:50:05 +0000 (23:50 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
commit7a30024fa1fe4e09902f2fd7fc9022b427376dd4
tree06a23061f26bc177013e33e0c4a236023b4d1758
parent4c740970699031a20315c7f5666d1f88c439f739
Don't reset FontSelector font on style change

Qt resets the font of all widgets if the application stylesheet is set.
Thus, we intercept the ChangeEvent and restore the custom font for FontSelector.
src/uisupport/fontselector.cpp
src/uisupport/fontselector.h