Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fb0e6b

Browse files
committedOct 15, 2023
Work
1 parent ad9c46c commit 3fb0e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1198,5 +1198,6 @@ void destroy_and_delete_ctx(WindowContext* ctx) {
11981198

11991199
WindowContext::~WindowContext() {
12001200
disableIME();
1201+
gtk_widget_destroy(drawing_area);
12011202
gtk_widget_destroy(window);
12021203
}

0 commit comments

Comments
 (0)
Please sign in to comment.