restored full redraw on repain behaviour by default, also some cleanup in the
windows classes registration code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1086,8 +1086,8 @@ bool wxDialUpManagerMSW::EnableAutoCheckOnlineStatus(size_t nSeconds)
|
||||
{
|
||||
// create a hidden window to receive notification about connections
|
||||
// status change
|
||||
extern const wxChar *wxPanelClassName;
|
||||
ms_hwndRas = ::CreateWindow(wxPanelClassName, NULL,
|
||||
extern const wxChar *wxCanvasClassName;
|
||||
ms_hwndRas = ::CreateWindow(wxCanvasClassName, NULL,
|
||||
0, 0, 0, 0,
|
||||
0, NULL,
|
||||
(HMENU)NULL, wxGetInstance(), 0);
|
||||
|
Reference in New Issue
Block a user