# HG changeset patch # User Sebastien Jodogne # Date 1628870030 -7200 # Node ID 4026a458349de986e796453465b49e4b9c32f44d # Parent cbb5c4a66160ed7e8a2bda450836943840587152 Fix values reported in "ww/wc" info panel (windowing width and center) diff -r cbb5c4a66160 -r 4026a458349d Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Tue Jun 29 16:29:37 2021 +0200 +++ b/Applications/StoneWebViewer/NEWS Fri Aug 13 17:53:50 2021 +0200 @@ -1,6 +1,8 @@ Pending changes in the mainline =============================== +* Fix values reported in "ww/wc" info panel (windowing width and center) + Version 2.1 (2021-06-29) ======================== diff -r cbb5c4a66160 -r 4026a458349d Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Tue Jun 29 16:29:37 2021 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Fri Aug 13 17:53:50 2021 +0200 @@ -724,7 +724,7 @@
- ww/cc: {{ windowingCenter }} / {{ windowingWidth }} + ww/wc: {{ windowingWidth }} / {{ windowingCenter }}