Problem: GTK4 GUI scrollbar size not updated when restoring a session
Solution: In vim_form_move_resize() queue a resize for a hidden widget
(Foxe Chen).
closes: #20633
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
gint h)
{
gtk_widget_set_size_request(widget, w, h);
+ if (!gtk_widget_get_visible(widget))
+ gtk_widget_queue_resize(widget);
vim_form_move(self, widget, x, y);
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 731,
/**/
730,
/**/