Redraw profile when manipulating cylinders
Manipulating cylinders, especially changing the exact gas content (o2, he), changes the pp02, ppHe graphs. This patch simply replots the profile in case of cylinder change at time of saving. Signed-off-by: Jan Mulder <jlmulder@planet.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fc13361079
commit
fe2ad15603
@ -634,6 +634,7 @@ void MainTab::acceptChanges()
|
||||
d->cylinder[i] = multiEditEquipmentPlaceholder.cylinder[i];
|
||||
}
|
||||
}
|
||||
MainWindow::instance()->graphics()->replot();
|
||||
}
|
||||
|
||||
if (weightModel->changed) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user