Under GTK4, gui_mch_set_shellsize() only applied the requested size when the main window had not yet been realized. After realization (e.g. when :set guifont=... triggered a resize via font change), the call became a no-op and the shell stayed at its old size, leaving the command line and lower rows clipped outside the window. Always forward the requested size to gtk_window_set_default_size() so subsequent shell resizes take effect.
Fixes #20264
https://github.com/vim/vim/pull/20269
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
@habamax can you confirm this fixes the issue?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
@habamax can you confirm this fixes the issue?
It fixes font re-size issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()