progress drawing spaces within search string, and drawing behind background of search string

This commit is contained in:
2024-11-15 09:50:35 +00:00
parent 025f9d2bf4
commit d5eb19f8d9
3 changed files with 59 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ struct
val app = AppType.init (lineGap, 1920, 1080)
(* todo: remove temp line below which tests search list *)
val app = BuildSearchList.build (app, 0, lineGap, "val")
val app = BuildSearchList.build (app, 0, lineGap, "val ")
(* create mailboxes for CML communication *)
val inputMailbox = Mailbox.mailbox ()