This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Set mouse cursor under windows too
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
d3a682411f
commit
ddfb6a3e14
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf
+3
-0
src/CardinalUI.cpp
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
7357d71fa9ce01eab8707e775f862be7e3be0676
Subproject commit
c2341b1cadbca2019719bf9a55418325075b435f
+ 3
- 0
src/CardinalUI.cpp
View File
@@ -270,7 +270,10 @@ public:
context->nativeWindowId = window.getNativeWindowHandle();
if (isResizable())
{
fResizeHandle.hide();
hideResizeHandle(context->scene);
}
const double scaleFactor = getScaleFactor();
Write
Preview
Loading…
Cancel
Save