comparison Applications/Samples/SingleFrameEditorApplication.h @ 1335:35469f75faa2

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 15:47:29 +0200
parents 8a0a62189f46
children 379c00958553
comparison
equal deleted inserted replaced
1330:a72c2c9af49a 1335:35469f75faa2
346 346
347 if (context_ != NULL) 347 if (context_ != NULL)
348 { 348 {
349 widget.GetScene().ExportDicom(context_->GetOrthancApiClient(), 349 widget.GetScene().ExportDicom(context_->GetOrthancApiClient(),
350 tags, std::string(), 0.1, 0.1, widget.IsInverted(), 350 tags, std::string(), 0.1, 0.1, widget.IsInverted(),
351 widget.GetInterpolation(), EXPORT_USING_PAM); 351 false /* autoCrop */, widget.GetInterpolation(), EXPORT_USING_PAM);
352 } 352 }
353 353
354 break; 354 break;
355 } 355 }
356 356