Comment 2 for bug 1008737

Revision history for this message
Max Linke (max-linke) wrote :

If we call QAstractItemView::mouseMoveEvent in the if statement at the beginning the error does not occur and we still fire the entered(...) signals.

I'm not completely sure why this fixes the issue. Another alternative would be to call setState(NoState) at the end of
mouseMoveEvent and by this reimplementing some Qt logic.