summaryrefslogtreecommitdiffstats
path: root/theme/list_lib.js
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-08-11 17:25:13 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-14 09:52:51 -0600
commitfda5ff2af23f5cbfa923041be774834c48e50bc2 (patch)
treefd07215ed90990cc16d63f8205f29adc2d17e395 /theme/list_lib.js
parent00a86b44ba97fa2fcee94c5840dcc7e2164dd5a6 (diff)
downloadsubsurface-fda5ff2af23f5cbfa923041be774834c48e50bc2.tar.gz
HTML: don't update axis on window resize
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/list_lib.js')
-rw-r--r--theme/list_lib.js2
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
});
};