Fix drag and drop inside static boxes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jamie Gadd
2006-02-09 12:42:25 +00:00
parent 0c131a5ad2
commit 006b8dff84
2 changed files with 23 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ wxMSW:
- Fixed out by one error in wxTextCtrl::GetStyle.
- Fixed problem with getting input in universal/unicode build of wxMSW.
- Link oleacc.lib conditionally.
- Drag and drop now works inside static boxes.
wxGTK: