Fix annoying crash on exit

Authored by iasensio on Jun 1 2020, 12:46 PM.

Description

Fix annoying crash on exit

Block emitting signals in BasketScene destructor.

The destructor calls deleteNotes(), which emits some signals to update the
status bar. This was crashing since BNPview was being already set to nullptr.

This seemed to me the simpler way to avoid this crash.