buttonSingleClicked() performed out of time?

This is expected. When a button is clicked, an internal flag is set and it is not reset until buttonSingleClicked() is called. I actually wrote about this:

1 Like