1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
This commit is contained in:
jules 2008-07-29 10:04:02 +00:00
parent 298e801f27
commit c71d2ddf5b

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)