DXF: regenerate after importing.
Without this, some freshly imported entities appear with incorrect styles.
This commit is contained in:
parent
8f515f3b90
commit
4a8675c120
|
@ -552,6 +552,9 @@ void SolveSpaceUI::MenuFile(int id) {
|
||||||
} else if(Extension(importFile) == "dwg") {
|
} else if(Extension(importFile) == "dwg") {
|
||||||
ImportDwg(importFile);
|
ImportDwg(importFile);
|
||||||
} else oops();
|
} else oops();
|
||||||
|
|
||||||
|
SS.GenerateAll(SolveSpaceUI::GENERATE_UNTIL_ACTIVE);
|
||||||
|
SS.ScheduleShowTW();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user