pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

TreeView Crash #360

Closed pjrinaldi closed 3 years ago

pjrinaldi commented 3 years ago

When you press the enter key while the Treeview has focus and no evidence is loaded, the program crashes and shows the error of

TreeNode::IsChecked() from globals.h:220

Will need to investigate and fix before the next release..

pjrinaldi commented 3 years ago

Fixed by checking if curindex isValid() before trying to call the showfile function.