*headdesk* Apparently QTextLayout::FormatRange() does not have an initializing ctor...
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 3 Apr 2008 16:18:00 +0000 (16:18 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 3 Apr 2008 16:18:00 +0000 (16:18 +0000)
uninitialized stuff can lead to _very_ strange results, including being magically resolved
by touching a variable elsewhere in the program.
This should now _finally_ and once-and-for-all fix font formatting issues (if it doesn't, let me know,
then it's caused by something else).
/me goes and sits in a corner now.


No differences found