Restore secondary ortho view movement to v017 style
- this should also complete the fix for #3809
This commit is contained in:
@@ -157,6 +157,7 @@ void DrawViewCollection::onDocumentRestored()
|
||||
|
||||
void DrawViewCollection::lockChildren(void)
|
||||
{
|
||||
// Base::Console().Message("DVC::lockChildren()\n");
|
||||
for (auto& v:Views.getValues()) {
|
||||
TechDraw::DrawView *view = dynamic_cast<TechDraw::DrawView *>(v);
|
||||
if (!view) {
|
||||
|
||||
Reference in New Issue
Block a user