mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 05:58:22 +02:00
editor: Remove preedit text on startup
There should not be preedit text when a text entry does not have focus. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
parent
25f6db51f0
commit
8083e019cd
1 changed files with 0 additions and 1 deletions
|
|
@ -938,7 +938,6 @@ main(int argc, char *argv[])
|
|||
|
||||
editor.entry = text_entry_create(&editor, "Entry");
|
||||
editor.editor = text_entry_create(&editor, "Editor");
|
||||
text_entry_set_preedit(editor.editor, "preedit", strlen("preedit"));
|
||||
|
||||
window_set_title(editor.window, "Text Editor");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue