remove useless line
This commit is contained in:
parent
86b256ac96
commit
533e6b356e
|
@ -527,7 +527,6 @@ def get_fade_color(treeview, selected, focused):
|
||||||
0.7 respectively colors of the cell for the given treeview
|
0.7 respectively colors of the cell for the given treeview
|
||||||
"""
|
"""
|
||||||
context = treeview.get_style_context()
|
context = treeview.get_style_context()
|
||||||
style = treeview.get_style()
|
|
||||||
if selected:
|
if selected:
|
||||||
if focused: # is the window focused?
|
if focused: # is the window focused?
|
||||||
state = Gtk.StateFlags.SELECTED
|
state = Gtk.StateFlags.SELECTED
|
||||||
|
|
Loading…
Reference in New Issue