changeset 1854:4026a458349d

Fix values reported in "ww/wc" info panel (windowing width and center)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Aug 2021 17:53:50 +0200
parents cbb5c4a66160
children 73a4bee08bb6
files Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/WebApplication/index.html
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
 ========================
--- 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 @@
                   </div>
                   <div class="wv-overlay-bottomright wvPrintExclude" style="bottom: 0px">
                     <div v-if="windowingWidth != 0">
-                      ww/cc: {{ windowingCenter }} / {{ windowingWidth }}
+                      ww/wc: {{ windowingWidth }} / {{ windowingCenter }}
                     </div>
                     <div style="padding-top: 0.5em">
                       <div v-show="quality == stone.DisplayedFrameQuality.NONE"