Tkinter radiobutton activate on hovering *only* the first time
I have a very weird issue with Tkinter radiobuttons, which has been adressed in couple of other stackoverflow posts, but none of the accepted answers solved the issue.
In my app, radio buttons activate when I hover the mouse (they should not), but only the firsst time. If I click on of them, the issue disappears. In order to undestand what is wrong I decided to run minimal examples, and took for instance the radio button example of the geeksforgeeks website: