Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK set
and inherits from Edit which reuses that same bit for password Change-Id: Ice27caecfd82e2dd7b000474f37b601fd4628766
This commit is contained in:
@@ -2043,7 +2043,7 @@ short MessageDialog::Execute()
|
|||||||
m_pImage->set_valign(VCL_ALIGN_START);
|
m_pImage->set_valign(VCL_ALIGN_START);
|
||||||
m_pImage->Show();
|
m_pImage->Show();
|
||||||
|
|
||||||
WinBits nWinStyle = WB_CLIPCHILDREN | WB_LEFT | WB_VCENTER | WB_WORDBREAK | WB_NOLABEL | WB_NOTABSTOP;
|
WinBits nWinStyle = WB_CLIPCHILDREN | WB_LEFT | WB_VCENTER | WB_NOLABEL | WB_NOTABSTOP;
|
||||||
|
|
||||||
bool bHasSecondaryText = !m_sSecondaryString.isEmpty();
|
bool bHasSecondaryText = !m_sSecondaryString.isEmpty();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user