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:
@@ -156,6 +156,7 @@ void RimTotalWellAllocationPlot::addSlice(const QString& name, const cvf::Color3
|
|||||||
void RimTotalWellAllocationPlot::clearSlices()
|
void RimTotalWellAllocationPlot::clearSlices()
|
||||||
{
|
{
|
||||||
m_wellTotalAllocationPlotWidget->clear();
|
m_wellTotalAllocationPlotWidget->clear();
|
||||||
|
m_wellTotalAllocationPlotWidget->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@@ -163,7 +164,6 @@ void RimTotalWellAllocationPlot::clearSlices()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RimTotalWellAllocationPlot::loadDataAndUpdate()
|
void RimTotalWellAllocationPlot::loadDataAndUpdate()
|
||||||
{
|
{
|
||||||
updateMdiWindowVisibility();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user