Add missing case for ResizeNone
Change-Id: If7c5fb0aa7d00745da54b1184d192c8921668075 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
parent
c8865aecb8
commit
9f3962443f
@ -1025,6 +1025,9 @@ QCursor QWasmEventTranslator::cursorForMode(QWasmWindow::ResizeMode m)
|
|||||||
case QWasmWindow::ResizeRight:
|
case QWasmWindow::ResizeRight:
|
||||||
return Qt::SizeHorCursor;
|
return Qt::SizeHorCursor;
|
||||||
break;
|
break;
|
||||||
|
case QWasmWindow::ResizeNone:
|
||||||
|
return Qt::ArrowCursor;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return Qt::ArrowCursor;
|
return Qt::ArrowCursor;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user