comparison 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
comparison
equal deleted inserted replaced
1574:fb5e620430ae 1575:e4a52cbbdd70
121 */ 121 */
122 const std::string& GetCanvasCssSelector() const 122 const std::string& GetCanvasCssSelector() const
123 { 123 {
124 return canvasCssSelector_; 124 return canvasCssSelector_;
125 } 125 }
126
127 void FitForPrint(); // TODO - REMOVE
126 }; 128 };
127 } 129 }