git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28138
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- return MSWCreate(wxCanvasClassName, NULL, pos, size, msflags, exstyle);
+ if ( !MSWCreate(wxCanvasClassName, NULL, pos, size, msflags, exstyle) )
+ return false;
+
+ InheritAttributes();
+
+ return true;
}
// ---------------------------------------------------------------------------
}
// ---------------------------------------------------------------------------