Prevent creation of superflous QGItems for Text Fields

This commit is contained in:
WandererFan
2016-08-11 09:41:58 -04:00
committed by wmayer
parent ef69519261
commit d8ccf14ec3
5 changed files with 51 additions and 38 deletions

View File

@@ -37,7 +37,7 @@
using namespace TechDrawGui;
QGITemplate::QGITemplate(QGraphicsScene *scene) : QGraphicsItemGroup(),
pageTemplate(0)
pageTemplate(0)
{
setHandlesChildEvents(false);
setCacheMode(QGraphicsItem::NoCache);