I have a panel that i want to change the background on when the user mouse is over it.
I have the mouse_entered signal called from the panel but problem is i cannot find out how to reference the calling panel from inside the mouse_entered.
get_parent returns the panels parent, but how do i get the actual panel where the mouse enter occured?