Quit export mode after new file.
This commit is contained in:
parent
6b123f2d34
commit
1098e598ae
@ -305,6 +305,10 @@ void SolveSpaceUI::AfterNewFile(void) {
|
|||||||
// and the naked edges
|
// and the naked edges
|
||||||
nakedEdges.Clear();
|
nakedEdges.Clear();
|
||||||
|
|
||||||
|
// Quit export mode
|
||||||
|
justExportedInfo.draw = false;
|
||||||
|
exportMode = false;
|
||||||
|
|
||||||
// GenerateAll() expects the view to be valid, because it uses that to
|
// GenerateAll() expects the view to be valid, because it uses that to
|
||||||
// fill in default values for extrusion depths etc. (which won't matter
|
// fill in default values for extrusion depths etc. (which won't matter
|
||||||
// here, but just don't let it work on garbage)
|
// here, but just don't let it work on garbage)
|
||||||
|
Loading…
Reference in New Issue
Block a user