mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cad Navigation: Fixed error regarding picking and new window coordinate system
p4#: 20353
This commit is contained in:
parent
9d9f8d45c0
commit
561ea6a322
@ -69,7 +69,7 @@ bool caf::CadNavigation::handleInputEvent(QInputEvent* inputEvent)
|
||||
else if (me->modifiers() == Qt::NoModifier)
|
||||
{
|
||||
cvf::HitItemCollection hic;
|
||||
bool hitSomething = m_viewer->rayPick(translatedMousePosX, translatedMousePosY, &hic);
|
||||
bool hitSomething = m_viewer->rayPick( me->x(), me->y(), &hic);
|
||||
|
||||
if (hitSomething)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user