Ensure Section face redrawn on update
This commit is contained in:
@@ -148,8 +148,10 @@ void QGIViewSection::updateView(bool update)
|
||||
viewPart->SectionNormal.isTouched() ||
|
||||
viewPart->SectionOrigin.isTouched()) {
|
||||
QGIViewPart::updateView(true);
|
||||
drawSectionFace();
|
||||
} else {
|
||||
QGIViewPart::updateView();
|
||||
drawSectionFace();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user