DXF: regenerate after importing.

Without this, some freshly imported entities appear with incorrect
styles.
pull/4/head
whitequark 2016-05-09 12:43:52 +00:00
parent 8f515f3b90
commit 4a8675c120
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}