# HG changeset patch # User Sebastien Jodogne # Date 1621529522 -7200 # Node ID 79a5838739a62a4ebb7bad42b45918c4955d3d46 # Parent 797633f48a9cd9600f1c518677a623f50030b4ea starting the integration of AnnotationsSceneLayer into Stone Web viewer diff -r 797633f48a9c -r 79a5838739a6 Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp --- a/Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp Thu May 20 17:28:16 2021 +0200 +++ b/Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp Thu May 20 18:52:02 2021 +0200 @@ -314,7 +314,7 @@ #if SAMPLE_USE_ANNOTATIONS_LAYER == 1 case SDLK_d: - annotations.SetActiveTool(OrthancStone::AnnotationsSceneLayer::Tool_Erase); + annotations.SetActiveTool(OrthancStone::AnnotationsSceneLayer::Tool_Remove); break; #endif diff -r 797633f48a9c -r 79a5838739a6 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Thu May 20 17:28:16 2021 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Thu May 20 18:52:02 2021 +0200 @@ -472,6 +472,27 @@
+
+ +
+ +
+ +
+ +
+ +
+