Resource sample works now, apart from
wxRadioBox, which is #ifdef 0 in resource.cpp Fixed tiny thing in resource.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -901,7 +901,7 @@ wxItemResource *wxResourceInterpretControl(wxResourceTable& table, PrologExpr *e
|
||||
}
|
||||
}
|
||||
#endif
|
||||
else if (controlType == "wxText" || controlType == "wxTextCtrl")
|
||||
else if (controlType == "wxText" || controlType == "wxTextCtrl" || controlType == "wxMultiText")
|
||||
{
|
||||
// Check for default value
|
||||
if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))
|
||||
|
Reference in New Issue
Block a user