##// END OF EJS Templates
Removed Y autoscale on each variable update...
jeandet -
r1385:27de5ac17fca
parent child
Show More
@@ -1418,7 +1418,6 void VisualizationGraphWidget::variableUpdated(QUuid id)
1418 impl->updateData(plotables, var, this->graphRange());
1418 impl->updateData(plotables, var, this->graphRange());
1419 }
1419 }
1420 }
1420 }
1421 this->impl->rescaleY();
1422 }
1421 }
1423
1422
1424 void VisualizationGraphWidget::variableDeleted(const std::shared_ptr<Variable> & variable)
1423 void VisualizationGraphWidget::variableDeleted(const std::shared_ptr<Variable> & variable)
General Comments 0
You need to be logged in to leave comments. Login now