GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
684 stars 13 forks source link

Overlapping icons in search mode when mouse previously positioned over a file is moved. #104

Closed GiorgosXou closed 2 months ago

GiorgosXou commented 2 months ago

Solved by adding self.__pre_hov = None at: https://github.com/GiorgosXou/TUIFIManager/blob/643c4c5cb5d016f5f4e0010f64a9e5d870b1f93d/TUIFIManager/__init__.py#L981-L982

tuifi_issue_overlapping_icon_hover_Peek 2024-04-22 21-30