dba34c: #i104347# DisableSelectionOnFocus for multi line edit controls

This commit is contained in:
Frank Schoenheit [fs] 2010-12-03 14:46:39 +01:00
parent b4a5fc894e
commit be8d00fe05

View file

@ -82,6 +82,7 @@ SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com::
if ( pParent )
{
pWindow = new MultiLineEdit( pParent, nWinBits|WB_IGNORETAB);
static_cast< MultiLineEdit* >( pWindow )->DisableSelectionOnFocus();
*ppNewComp = new VCLXMultiLineEdit;
}
else