Ensure Section face redrawn on update

This commit is contained in:
wandererfan
2018-04-03 09:05:44 -04:00
committed by wmayer
parent a40996016f
commit 371c7e4588

View File

@@ -148,8 +148,10 @@ void QGIViewSection::updateView(bool update)
viewPart->SectionNormal.isTouched() ||
viewPart->SectionOrigin.isTouched()) {
QGIViewPart::updateView(true);
drawSectionFace();
} else {
QGIViewPart::updateView();
drawSectionFace();
}
}