# HG changeset patch # User Sebastien Jodogne # Date 1606155858 -3600 # Node ID 51bab5188a13e50dd3855bb6f3f85599c884e7c8 # Parent 5e76d5e8167af424a93bcfeb41904f8f6dca4d52 start multiple preset windowings diff -r 5e76d5e8167a -r 51bab5188a13 Applications/StoneWebViewer/WebApplication/app.js --- a/Applications/StoneWebViewer/WebApplication/app.js Mon Nov 23 18:49:42 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/app.js Mon Nov 23 19:24:18 2020 +0100 @@ -623,10 +623,10 @@ } }, - SetDefaultWindowing: function() { + SetPresetWindowing: function() { var canvas = this.GetActiveCanvas(); if (canvas != '') { - stone.SetDefaultWindowing(canvas); + stone.SetPresetWindowing(canvas); } }, diff -r 5e76d5e8167a -r 51bab5188a13 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Mon Nov 23 18:49:42 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/index.html Mon Nov 23 19:24:18 2020 +0100 @@ -478,8 +478,8 @@