Why does GtkText’s context menu (copy, paste) stop working; If css border is applied on GtkText?
I want to apply a border to GtkText Widget using css but facing issue. If I apply the border via CSS, the copy paste option in the default right click context menu stops working. Showing this warning — Gtk-WARNING **: 23:17:00.572: Broken accounting of active state for widget 0x5591d99d8220(GtkPopoverMenu)
.
How to set background color of selected text of GtkText widget with css?
I am facing issue to set background color of selected text of GtkText widget, can anybody check it ?
I tried this way, but it didn’t work! —