mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Repaint widget in addition to clearing of slices
This commit is contained in:
parent
9493a1dfc0
commit
f1200af1af
@ -156,6 +156,7 @@ void RimTotalWellAllocationPlot::addSlice(const QString& name, const cvf::Color3
|
||||
void RimTotalWellAllocationPlot::clearSlices()
|
||||
{
|
||||
m_wellTotalAllocationPlotWidget->clear();
|
||||
m_wellTotalAllocationPlotWidget->update();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@ -163,7 +164,6 @@ void RimTotalWellAllocationPlot::clearSlices()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimTotalWellAllocationPlot::loadDataAndUpdate()
|
||||
{
|
||||
updateMdiWindowVisibility();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user