fix CIDs 154889, 151939, 151763, 154892, 154891, 151802, 151936, 151803, 153359

This commit is contained in:
wmayer
2016-12-18 14:12:13 +01:00
parent 48a1860e97
commit 7b3de466bf
7 changed files with 19 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ const float labelCaptionFudge = 0.2f; // temp fiddle for devel
QGIView::QGIView()
:QGraphicsItemGroup(),
viewObj(nullptr),
locked(false),
borderVisible(true),
m_innerView(false)
@@ -304,7 +305,9 @@ void QGIView::setViewFeature(TechDraw::DrawView *obj)
void QGIView::toggleCache(bool state)
{
// temp for devl. chaching was hiding problems WF
setCacheMode((state)? NoCache : NoCache);
//setCacheMode((state)? NoCache : NoCache);
Q_UNUSED(state);
setCacheMode(NoCache);
}
void QGIView::toggleBorder(bool state)