From: Manuel Nickschas Date: Thu, 20 Mar 2008 10:27:31 +0000 (+0000) Subject: This obscure "fix" fixes garbled chatwidget fonts for me. I say obscure, because... X-Git-Tag: 0.2.0-alpha4~11 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=inline;h=38090a4af09e05763abf43bf95cd7d4696381a09;hp=38090a4af09e05763abf43bf95cd7d4696381a09;p=quassel.git This obscure "fix" fixes garbled chatwidget fonts for me. I say obscure, because all I do is comparing the incoming string to something and don't use the result at all. That magically makes things work here, which causes me to believe that I've triggered some gcc or Qt bug... Please tell me if this fixes squished fonts for you as well (as in my case, it was formats wrongly applied). ---