Python Tkinter Treeview : Rows coloring
I’ve created a treeview table in Tkinter Python, and filled it up with only one item so far. This item corresponds to the first row of the table. The color of this row is set to green. When the said row is selected by clicking on it, its color changes to blue, but when I click on an empty space in order to unselect the row and have it revert back to its original color, it doesn’t work; it remains blue until I rerun the application, which is unpractical as a solution. Hence me asking for a better one.