mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3924 Measurements : Rename, fix issues with points in multiple views
This commit is contained in:
@@ -57,13 +57,13 @@ bool RicMeasurementPickEventHandler::handlePickEvent(const Ric3DPickEvent& event
|
||||
|
||||
if (!isControlButtonDown)
|
||||
{
|
||||
if (measurement->pointsInDomain().size() > 1)
|
||||
if (measurement->pointsInDomainCoords().size() > 1)
|
||||
{
|
||||
measurement->removeAllPoints();
|
||||
}
|
||||
}
|
||||
|
||||
measurement->addPointInDomain(domainCoord);
|
||||
measurement->addPointInDomainCoords(domainCoord);
|
||||
|
||||
// Further Ui processing is stopped when true is returned
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user