Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit f21d4a6

Browse files
committed
bugfix SC_CURSORNORMAL value
1 parent b4dff16 commit f21d4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Visual Studio Project Template C#/Integration/Scintilla_iface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ public enum SciMsg : uint
18291829
/// Get whether mouse gets captured.
18301830
SCI_GETMOUSEDOWNCAPTURES = 2385,
18311831

1832-
SC_CURSORNORMAL = -1,
1832+
SC_CURSORNORMAL = 0xFFFFFFFF,
18331833

18341834
SC_CURSORARROW = 2,
18351835

0 commit comments

Comments
 (0)