Crash in search dialog
Closed this issue · 2 comments
diegoiast commented
To reproduce:
- Search for an int, lest say 100
- Change the search to "hex".
- Switch back to searching ints.
- 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.
diegoiast commented
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.