mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
00a86b44ba
commit
fda5ff2af2
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ window.onresize = function(event)
|
||||||
{
|
{
|
||||||
if (plot1)
|
if (plot1)
|
||||||
plot1.replot({
|
plot1.replot({
|
||||||
resetAxes : true
|
resetAxes : false
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue