Mercurial > hg > orthanc-stone
changeset 1580:c6b29bf58914
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 01 Oct 2020 18:48:15 +0200 |
parents | c476b0d5e59c |
children | e04c8fec263e |
files | Applications/StoneWebViewer/TODO Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /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
--- 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 {