Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GTK4] Text entered in StyledText does not show up until window resized #328

Merged
merged 1 commit into from
Sep 4, 2022

Conversation

joel-majano
Copy link
Contributor

@joel-majano joel-majano commented Aug 22, 2022

When entering text using a keyboard in StyledText snippets or TextEditor example, text would not show up until the window was resized.

  • Added gtk_widget_queue_draw in update()

Signed-off-by: Joel Majano [email protected]

Tested with TextEditor.java and a simple StyledText snippet.

Tracked in #228

@github-actions
Copy link
Contributor

github-actions bot commented Aug 22, 2022

Unit Test Results

     602 files       602 suites   11m 57s ⏱️
  4 016 tests   4 006 ✔️     5 💤 4  1 🔥
24 040 runs  23 893 ✔️ 134 💤 9  4 🔥

For more details on these failures and errors, see this check.

Results for commit 93a72b6.

♻️ This comment has been updated with latest results.

When entering text using a keyboard in StyledText snippets or TextEditor example, text would not show up until the window was resized.

+ Added gtk_widget_queue_draw in update()

Signed-off-by: Joel Majano <[email protected]>
@akurtakov
Copy link
Member

Unrelated test failure.

@akurtakov akurtakov merged commit 67ee241 into eclipse-platform:master Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants