diff Applications/Samples/SingleFrameEditorApplication.h @ 445:ee41b6a017d7 bgo-commands-codegen

dumb change
author bgo-osimis
date Wed, 16 Jan 2019 16:24:45 +0100
parents a750f11892ec
children 801d2697a1b1
line wrap: on
line diff
--- a/Applications/Samples/SingleFrameEditorApplication.h	Fri Dec 28 10:40:34 2018 +0100
+++ b/Applications/Samples/SingleFrameEditorApplication.h	Wed Jan 16 16:24:45 2019 +0100
@@ -468,8 +468,7 @@
         fontRegistry_.AddFromResource(Orthanc::EmbeddedResources::FONT_UBUNTU_MONO_BOLD_16);
         
         scene_.reset(new RadiographyScene(GetBroker()));
-        //scene_->LoadDicomFrame(instance, frame, false); //.SetPan(200, 0);
-        scene_->LoadDicomFrame(context->GetOrthancApiClient(), "61f3143e-96f34791-ad6bbb8d-62559e75-45943e1b", 0, false, NULL);
+        scene_->LoadDicomFrame(context->GetOrthancApiClient(), instance, 0, false, NULL);
 
 #if !defined(ORTHANC_ENABLE_WASM) || ORTHANC_ENABLE_WASM != 1
         Orthanc::HttpClient::ConfigureSsl(true, "/etc/ssl/certs/ca-certificates.crt");