From: Steve Brokenshire Date: Wed, 24 Feb 2016 19:57:55 +0000 (+0000) Subject: Removed MaxLength from txtValueData in frmSSLCertificate. X-Git-Tag: release-0.09~2 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=e8005f27b3e3065cb8571f403909bf345cb70e99 Removed MaxLength from txtValueData in frmSSLCertificate. --- diff --git a/source/AppXestiaAddrBk.cpp b/source/AppXestiaAddrBk.cpp index a209da2..868610b 100644 --- a/source/AppXestiaAddrBk.cpp +++ b/source/AppXestiaAddrBk.cpp @@ -6987,7 +6987,6 @@ frmSSLCertificateADT::frmSSLCertificateADT( wxWindow* parent, wxWindowID id, con bSizer3891->Add( lstValues, 1, wxALL|wxEXPAND, 5 ); txtValueData = new wxTextCtrl( tabDetail, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_CHARWRAP|wxTE_MULTILINE|wxTE_READONLY ); - txtValueData->SetMaxLength( 0 ); txtValueData->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) ); bSizer3891->Add( txtValueData, 1, wxALL|wxEXPAND, 5 );