Set mouse cursor under windows too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-15 17:52:51 +00:00
parent d3a682411f
commit ddfb6a3e14
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 1 deletions

View file

@ -270,7 +270,10 @@ public:
context->nativeWindowId = window.getNativeWindowHandle();
if (isResizable())
{
fResizeHandle.hide();
hideResizeHandle(context->scene);
}
const double scaleFactor = getScaleFactor();