Dax89/QHexView

Crash in search dialog

Closed this issue · 2 comments

To reproduce:

  1. Search for an int, lest say 100
  2. Change the search to "hex".
  3. Switch back to searching ints.
  4. Boom.

Code crashes here:
https://github.com/Dax89/QHexView/blob/5.0/dialogs/hexfinddialog.cpp#L161

Looks like some issue with the widgets generated for searching integers. I tried adding parents to all widgets there - without success.

Fixed in f73a72f

Let me know if it works in your side too!

Confirmed. Some UI/UX is needed on the dialogs (progress and busy indicator might be in place). I will see if I can contribute something here.