Skip to content

player.py: Replace deprecated override_color() with get_style_context() method

Ghost User requested to merge (removed):master into master

override_color() is deprecated since Gtk 3.16. The new method utilizes css segment to change the color properties of widgets. For this suitable change has been made in the application.css file also.

Fix #3 (closed)

Merge request reports