pjrinaldi / wombatforensics

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

Selecting image in thumbnail doesn't highlight image in treeview #259

Closed pjrinaldi closed 5 years ago

pjrinaldi commented 5 years ago

Selecting an image in the thumbnail viewer doesn't highlight the image in the treeview like it used to. need to look into this and fix it.

pjrinaldi commented 5 years ago

this issue probably stems when I moved the id to the last column instead of the first.

pjrinaldi commented 5 years ago

Fixed. The issue was as suspected. Just switched match function from (0, 0) to (0, 10)