mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove duplicate line
This commit is contained in:
parent
509f77c7f1
commit
e58941a423
@ -176,8 +176,6 @@ bool RiuRmsNavigation::handleInputEvent(QInputEvent* inputEvent)
|
|||||||
|
|
||||||
if (m_isRotCenterInitialized)
|
if (m_isRotCenterInitialized)
|
||||||
{
|
{
|
||||||
QWheelEvent* we = static_cast<QWheelEvent*> ( inputEvent);
|
|
||||||
|
|
||||||
int translatedMousePosX, translatedMousePosY;
|
int translatedMousePosX, translatedMousePosY;
|
||||||
cvfEventPos(we->x(), we->y(), &translatedMousePosX, &translatedMousePosY);
|
cvfEventPos(we->x(), we->y(), &translatedMousePosX, &translatedMousePosY);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user