Files
transmission/gtk
Alessandro Astone 173c19eb5a fix: Avoid ambiguous overload when calling Gdk::Cursor::create (#7070)
Since gtkmm 4.15.0 a new overload for Gdk::Cursor::create exists
which creates an ambiguity when passing a string literal.

We can avoid the ambiguity by explicitly constructing a Glib::ustring
from the string literal before calling the method.

https://gitlab.gnome.org/GNOME/gtkmm/-/issues/159
2024-08-21 13:33:36 +03:00
..
2023-06-23 14:50:07 -05:00
2024-05-27 17:36:02 -05:00
2024-05-27 17:36:02 -05:00
2024-02-17 13:31:49 -06:00