*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)
commit278aef059d7652b2a4e1359d72bb4028524246d4
tree3a0a6331ceff2579fc22466d94ed016b9e7aaa82
parent682c6e31834a863c4c78b6dfd5f830c72a6b665d
*headdesk* Apparently QTextLayout::FormatRange() does not have an initializing ctor, and using
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.
src/client/client.cpp
src/qtui/chatline-old.cpp
src/qtui/chatline-old.h
src/qtui/mainwin.cpp
src/uisupport/uistyle.cpp
version.inc