# HG changeset patch # User Sebastien Jodogne # Date 1601570895 -7200 # Node ID c6b29bf5891431d0dc4cbee547bc31cfe3aff6f0 # Parent c476b0d5e59cd9a13b48617bbc58335e1fdca056 todo diff -r c476b0d5e59c -r c6b29bf58914 Applications/StoneWebViewer/TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Applications/StoneWebViewer/TODO Thu Oct 01 18:48:15 2020 +0200 @@ -0,0 +1,9 @@ + +Wish list +========= + +* "Start the Viewer with a specific Dicom file and display the + specific images. For example I start the Viewer with dicomFile and + open slide1, slide4, slide8, slide12 ?" + https://groups.google.com/g/orthanc-users/c/6KSe0WEEfco/m/nOIl57EzAAAJ + \ No newline at end of file diff -r c476b0d5e59c -r c6b29bf58914 Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp --- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Wed Sep 30 19:09:03 2020 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Thu Oct 01 18:48:15 2020 +0200 @@ -1969,7 +1969,7 @@ if (IsAction(event, WebViewerAction_Crosshair)) { printf("CROSS-HAIR!\n"); - return NULL; + return NULL; // No need for a tracker, this is just a click } else {