gtk4: cma using NULL layout
There's often asserts from pango and gtk_widget_set_size_request() called from gtk4-client cma. I think the problem is that the code assumes gtk_scale_get_layout() to always return valid layout, while in reality it might return NULL for some Scales.
There's often asserts from pango and gtk_widget_set_size_request() called from gtk4-client cma. I think the problem is that the code assumes gtk_scale_get_layout() to always return valid layout, while in reality it might return NULL for some Scales.