mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Show fault count in fault collection tooltip
This commit is contained in:
parent
465e67ba64
commit
1a83008e39
@ -210,6 +210,9 @@ void RimFaultCollection::syncronizeFaults()
|
||||
|
||||
this->faults().clear();
|
||||
this->faults().insert(0, newFaults);
|
||||
|
||||
QString toolTip = QString("Fault count (%1)").arg(newFaults.size());
|
||||
setUiToolTip(toolTip);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user