mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Fix typo.
This commit is contained in:
parent
1741043f20
commit
0515159b74
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ void CSVRender::PagedWorldspaceWidget::mousePressEvent (QMouseEvent *event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
WorldspaceWidget::mouseReleaseEvent(event);
|
WorldspaceWidget::mousePressEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVRender::PagedWorldspaceWidget::mouseReleaseEvent (QMouseEvent *event)
|
void CSVRender::PagedWorldspaceWidget::mouseReleaseEvent (QMouseEvent *event)
|
||||||
|
|
Loading…
Reference in a new issue