fdo#60896: Double click in Special Characters picker inserts nothing
Change-Id: I9957d720231b3f2ff8e7869c7133fd8e29550e1f
This commit is contained in:
@@ -502,6 +502,11 @@ IMPL_LINK_NOARG(SvxCharacterMap, SubsetSelectHdl)
|
||||
|
||||
IMPL_LINK_NOARG(SvxCharacterMap, CharDoubleClickHdl)
|
||||
{
|
||||
if (bOne)
|
||||
{
|
||||
sal_UCS4 cChar = m_pShowSet->GetSelectCharacter();
|
||||
m_pShowText->SetText(OUString(&cChar, 1));
|
||||
}
|
||||
EndDialog( sal_True );
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user