Right now gui.drawarea is not a child of gui.formwin, which I think was not intended. Refactor gui_gtk4_f.c to make it more readable, and make gui.drawarea a child of gui.formwin. The formwin is now called VimForm instead of GtkForm, since we shouldn't use the gtk namespace. Additionally, this fixes the left scrollbar appearing over the drawarea.
https://github.com/vim/vim/pull/20375
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
vim_form_dispose() does not cancel a pending resize idle. Not fatal (theg_object_ref() keeps the object alive and the callback bails ongui.drawarea == NULL), and removing the source would leak the held ref, so—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()