mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Several fixes regarding Project with plots.
Plots loads the curve data on project open Plots are removed on project close Still missing some updates (curve names ...)
This commit is contained in:
@@ -264,3 +264,14 @@ void RimWellLogPlot::setupBeforeSave()
|
||||
{
|
||||
windowGeometry = RiuMainWindow::instance()->windowGeometryForViewer(m_viewer);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogPlot::loadDataAndUpdate()
|
||||
{
|
||||
for (size_t tIdx = 0; tIdx < traces.size(); ++tIdx)
|
||||
{
|
||||
traces[tIdx]->loadDataAndUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user