GNOME Bugzilla – Bug 735961
Fix the back icons in RTL with newer GTK+
Last modified: 2018-05-22 12:55:32 UTC
Now GTK+ handle for us the RTL icons, so we needs to remove our custom code for looking the RTL icons, otherwise we see 'fuzzy' icons with newer version of GTK+.
Created attachment 285246 [details] [review] build: Require gtk+ >= 3.13.2
Created attachment 285247 [details] [review] mainWindow.js: Fix the icons in RTL This is supported by GTK+ itself now.
The "let rtl = Gtk.Widget.get_default_direction() == Gtk.TextDirection.RTL;" par could probably be dropped too
Created attachment 335878 [details] [review] Removed old RTL hacks All RTL code was removed because it gets retrieved automatically. The code has been updated so that now the system recognizes if RTL is necessary and loads the icons and other assests into RTL with just one line of code.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-sound-recorder/issues/13.