From: Christoph Egger Date: Thu, 12 Mar 2015 15:46:00 +0000 (+0100) Subject: [BasicBlockWidget] Adjust inner widget size before drawing X-Git-Tag: v0.1~42 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=2227e316e52bbca8bec594d0bb487f6c0c2ba08f;hp=2227e316e52bbca8bec594d0bb487f6c0c2ba08f;ds=sidebyside [BasicBlockWidget] Adjust inner widget size before drawing Adjust size of the innner QGraphicsTextItem before getting it's size for drawing the outer parts. That way the BasicBlockWidget always has the correct size matching it's content Closes: T20 ---