Insensitive GtkText

I do see a strange behavior in GTK4 - at least for me - about the sensitivity setting for a GtkText.
Compared to a label, when I do set a GtkText to insensitive, I would expect to also look grayed out, just like an insensitive label, not just to disable text editing.
It simply looks odd, when having GtkLabels and GtkText close to each other, handling somehow the same functions in the GUI, but looking different when insensitive - deactivated.

Or am I doing something wrong?
Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.