Kaydet (Commit) f900c56a authored tarafından Christopher Copits's avatar Christopher Copits Kaydeden (comit) Miklos Vajna

fdo#45964 - Wrong behavior of words list in AutoCorrect > Word Completion

The MultiListBox control should be initialized with the SimpleMode attribute set to True.

Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead
Reviewed-on: https://gerrit.libreoffice.org/1571Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
üst a2296128
...@@ -797,6 +797,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS ...@@ -797,6 +797,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
Group = TRUE; Group = TRUE;
Border = TRUE; Border = TRUE;
Sort = TRUE; Sort = TRUE;
SimpleMode = TRUE;
}; };
PushButton PB_ENTRIES PushButton PB_ENTRIES
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment