]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
extending calculation of visible region
[wxWidgets.git] / src / msw / treectrl.cpp
index 56ac64cba65466ab2ee7060ac028e4d2e43a8941..cd18d9d3f370563c432e2365414da14953b268a9 100644 (file)
@@ -757,6 +757,8 @@ bool wxTreeCtrl::Create(wxWindow *parent,
 
     SetSize(pos.x, pos.y, size.x, size.y);
 
+    wxSetCCUnicodeFormat(GetHwnd());
+
     return true;
 }