add wxBU_EXACTFIT support to wxToggleButton XRC handler (closes #10228)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxToggleButtonXmlHandler, wxXmlResourceHandler)
|
||||
|
||||
wxToggleButtonXmlHandler::wxToggleButtonXmlHandler()
|
||||
: wxXmlResourceHandler()
|
||||
: wxXmlResourceHandler()
|
||||
{
|
||||
XRC_ADD_STYLE(wxBU_EXACTFIT);
|
||||
|
||||
AddWindowStyles();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user