mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9879 Add icon for calculated summary vectors
This commit is contained in:
@@ -255,7 +255,7 @@ bool RimSummaryAddress::isEnsemble() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimSummaryAddress::iconResourceText() const
|
||||
{
|
||||
if ( m_calculationId != -1 ) return ":/summary/components/images/calculated.svg";
|
||||
if ( m_calculationId != -1 ) return ":/DataVectorCalculated.svg";
|
||||
|
||||
return ":/DataVector.png";
|
||||
return ":/DataVector.svg";
|
||||
}
|
||||
|
Reference in New Issue
Block a user