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