Coin Control, Send crash on MacOS X



Summary:

The sender has removed the setFocus() calls that happen after Send is clicked. However, the program now crashes due to something else within Qt. The suggested solution is to replace a loop that deletes widgets with ->deleteLater() to avoid any potential crashes caused by deleting a QObject while pending events are waiting to be delivered.


Updated on: 2023-06-07T21:30:22.054174+00:00