diff options
Diffstat (limited to 'theme/list_lib.js')
-rw-r--r-- | theme/list_lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/list_lib.js b/theme/list_lib.js index 085d049c4..8c365d5a5 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -1222,7 +1222,7 @@ window.onresize = function(event) { if (plot1) plot1.replot({ - resetAxes : true + resetAxes : false }); }; |