tesseract-robotics / tesseract_qt

Tesseract Qt Widgets and Applications
GNU Lesser General Public License v3.0
11 stars 10 forks source link

QApplication::sendEvent calls #81

Closed rjoomen closed 8 months ago

rjoomen commented 8 months ago

I believe QApplication::sendEvent is called wrongly. The documentation states "The event is not deleted when the event has been sent.". Therefore, calling sendEvent with an event created through a non-owning new call seems incorrect to me.

Levi-Armstrong commented 8 months ago

Fixed and a new release 0.20.2 has been generated. Thank you for reporting.