pjrinaldi / wombatforensics

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

Wait Cursor #463

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

Using the wait cursor doesn't work when selecting a table item.

pjrinaldi commented 1 year ago

fixed. I called table->ungrab() before calling the wait cursor to get the normal cursor back.