Skip to content

Commit

Permalink
Fixed bug wxFormBuilder#544
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoraleda committed Oct 3, 2019
1 parent 6d2ab98 commit 5931f2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rad/inspector/objinspect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ wxPGProperty* ObjectInspector::GetProperty( PProperty prop )
else if (type == PT_TEXT)
{
result = new wxLongStringProperty( name, wxPG_LABEL, prop->GetValueAsString() );
result->ChangeFlag( wxPG_PROP_NO_ESCAPE, true );
}
else if (type == PT_BOOL)
{
Expand Down

0 comments on commit 5931f2b

Please sign in to comment.