mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ void MainTab::acceptChanges()
|
|||
d->cylinder[i] = multiEditEquipmentPlaceholder.cylinder[i];
|
||||
}
|
||||
}
|
||||
MainWindow::instance()->graphics()->replot();
|
||||
}
|
||||
|
||||
if (weightModel->changed) {
|
||||
|
|
Loading…
Reference in a new issue