Fix mouse wheel scrolling
This commit is contained in:
@@ -99,7 +99,7 @@ void RendererStack::wheelEvent(QWheelEvent *event)
|
|||||||
{
|
{
|
||||||
if (mouse_capture)
|
if (mouse_capture)
|
||||||
{
|
{
|
||||||
mousedata.deltay += event->pixelDelta().y();
|
mousedata.deltaz += event->pixelDelta().y();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user