Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
c71d2ddf5b
1 changed files with 1 additions and 1 deletions
  1. +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)


Loading…
Cancel
Save