diff OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1575:e4a52cbbdd70

working on print
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Sep 2020 17:25:25 +0200
parents 85e117739eca
children 92fca2b3ba3d
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Mon Sep 21 18:29:53 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Wed Sep 23 17:25:25 2020 +0200
@@ -123,5 +123,7 @@
     {
       return canvasCssSelector_;
     }
+
+    void FitForPrint();  // TODO - REMOVE
   };
 }