dba34c: #i104347# DisableSelectionOnFocus for multi line edit controls
This commit is contained in:
parent
b4a5fc894e
commit
be8d00fe05
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue