git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44654
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Fix lack of spin control update event when control lost focus.
- Corrected drawing of bitmaps for disabled menu items.
+wxGTK
+
+- Fix hang on startup when using GTK+ options in Unicode build
+
wxMac
- Fix position of the centered windows (didn't take menu bar size into account)
{
while ( strcmp(wxConvUTF8.cWX2MB(argv[i]), argvGTK[i]) != 0 )
{
- memmove(argv + i, argv + i + 1, argc - i);
+ memmove(argv + i, argv + i + 1, (argc - i)*sizeof(*argv));
}
}