comparison OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1578:1f812f4c95be

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2020 17:20:36 +0200
parents e8a120dd05bd
children
comparison
equal deleted inserted replaced
1577:e8a120dd05bd 1578:1f812f4c95be
132 const std::string& GetCanvasCssSelector() const 132 const std::string& GetCanvasCssSelector() const
133 { 133 {
134 return canvasCssSelector_; 134 return canvasCssSelector_;
135 } 135 }
136 136
137 void FitForPrint(); // TODO - REMOVE 137 void FitForPrint();
138 }; 138 };
139 } 139 }