qt: Compatibility improvements
* Patch to build with Qt 5.11 and later by jriwanek * Attempt to fix viewport on hardware renderers
This commit is contained in:
@@ -138,10 +138,6 @@ void RendererStack::mousePressEvent(QMouseEvent *event)
|
||||
{
|
||||
mousedata.mousebuttons |= event->button();
|
||||
}
|
||||
if (main_window->frameGeometry().contains(event->pos()) && !geometry().contains(event->pos()))
|
||||
{
|
||||
main_window->windowHandle()->startSystemMove();
|
||||
}
|
||||
event->accept();
|
||||
}
|
||||
void RendererStack::wheelEvent(QWheelEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user