Set mouse cursor under windows too
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d3a682411f
commit
ddfb6a3e14
2 changed files with 4 additions and 1 deletions
2
dpf
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7357d71fa9ce01eab8707e775f862be7e3be0676
|
Subproject commit c2341b1cadbca2019719bf9a55418325075b435f
|
||||||
|
|
@ -270,7 +270,10 @@ public:
|
||||||
context->nativeWindowId = window.getNativeWindowHandle();
|
context->nativeWindowId = window.getNativeWindowHandle();
|
||||||
|
|
||||||
if (isResizable())
|
if (isResizable())
|
||||||
|
{
|
||||||
|
fResizeHandle.hide();
|
||||||
hideResizeHandle(context->scene);
|
hideResizeHandle(context->scene);
|
||||||
|
}
|
||||||
|
|
||||||
const double scaleFactor = getScaleFactor();
|
const double scaleFactor = getScaleFactor();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue