panelview: Fix autohide panel hiding while dragging in task manager
For some reason, a Leave event is fired when a drag is started. This patch ignores those leave events while something is being dragged within the panel.
Note that the panel is still hidden when a drag leaves it. I'm not sure whether this is desirable or not, but I couldn't find a good way to track when a drag that has left the panel is finished.