Skip to content

Commit

Permalink
Revert "Update single line input demo for testing."
Browse files Browse the repository at this point in the history
This reverts commit ae7b209.
  • Loading branch information
ting-ms committed Dec 14, 2023
1 parent ae7b209 commit aa8b881
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 270 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ VOID demo_thread_entry(ULONG thread_input)
LANGUAGE_ENGLISH, DISPLAY_1_THEME_1, &root);

/* create the button screen */
gx_studio_named_widget_create("window", (GX_WIDGET*)root, (GX_WIDGET **) &pMainScreen);
gx_studio_named_widget_create("input_focus_release_test", GX_NULL, GX_NULL);
gx_studio_named_widget_create("window", (GX_WIDGET *) root, (GX_WIDGET **) &pMainScreen);


/* Show the root window to make it and patients screen visible. */
gx_widget_show(root);
Expand Down
Loading

0 comments on commit aa8b881

Please sign in to comment.