mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Don't zoom extents when using a named camera.
This commit is contained in:
parent
b2e4d85324
commit
d7275358d6
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ bool lcApplication::Initialize(int argc, char* argv[], const char* LibraryInstal
|
|||
else
|
||||
Frame = FileName;
|
||||
|
||||
lcGetActiveModel()->SaveStepImages(Frame, ImageStart != ImageEnd, true, ImageHighlight, ImageWidth, ImageHeight, ImageStart, ImageEnd);
|
||||
lcGetActiveModel()->SaveStepImages(Frame, ImageStart != ImageEnd, CameraName == nullptr, ImageHighlight, ImageWidth, ImageHeight, ImageStart, ImageEnd);
|
||||
}
|
||||
|
||||
if (SaveWavefront)
|
||||
|
|
Loading…
Reference in a new issue