Dax89 / QHexView

A versatile Hexadecimal widget for Qt5
MIT License
320 stars 102 forks source link

Fix the infinite loop when searching for something that cannot be found #77

Closed Siveya closed 8 months ago

Siveya commented 8 months ago

When using QHexFindDirection::All mode for searching, there is no way to exit the loop when the string does not exist.

Dax89 commented 8 months ago

Thanks!