[TD]code clean ups
- QtConcurrent include and CMake for Win - include clean up dvp, dvs, dvd - variable names and nested if clean up - remove debug code
This commit is contained in:
committed by
WandererFan
parent
459dde957c
commit
e97b95341a
@@ -356,8 +356,11 @@ void DrawPage::updateAllViews()
|
||||
if (part) {
|
||||
continue;
|
||||
}
|
||||
if (v) {
|
||||
v->recomputeFeature();
|
||||
|
||||
TechDraw::DrawView* view = dynamic_cast<TechDraw::DrawView*>(v);
|
||||
if (view) {
|
||||
view->overrideKeepUpdated(true);
|
||||
view->recomputeFeature();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user