This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
17 years ago
parent
298e801f27
commit
c71d2ddf5b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/win32/platform_specific_code/juce_win32_Windowing.cpp
+ 1
- 1
build/win32/platform_specific_code/juce_win32_Windowing.cpp
View File
@@ -829,7 +829,7 @@ public:
}
ShowCaret (hwnd);
SetCaretPos (
-1, -1
);
SetCaretPos (
0, 0
);
}
void repaint (int x, int y, int w, int h)
Write
Preview
Loading…
Cancel
Save