Skip to content
Commit 10110d76 authored by Michael Pyne's avatar Michael Pyne
Browse files

Fix use of undefined behavior in status label.

The event filter doesn't check that the received event is a QMouseEvent
but it is possible (and actually happened) to receive other events from
Qt.

But in this case we don't even need an event filter, we're just handling
mouse events and Qt provides entirely usable methods for that already.
parent ab73b938
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment