Fixed the ugly cursor. global cursor no longer initialised, broken code in
window.cpp fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -577,7 +577,8 @@ bool wxApp::Initialize()
|
||||
|
||||
wxImage::InitStandardHandlers();
|
||||
|
||||
g_globalCursor = wxCursor(wxCURSOR_DEFAULT);
|
||||
// Not needed, leave it as default. (KB)
|
||||
// g_globalCursor = wxCursor(wxCURSOR_DEFAULT);
|
||||
|
||||
wxModule::RegisterModules();
|
||||
if (!wxModule::InitializeModules()) return FALSE;
|
||||
|
Reference in New Issue
Block a user