hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
163 stars 47 forks source link

File Search in the Package Viewer does not work for subdirectories #1

Closed landaire closed 11 years ago

landaire commented 11 years ago

When searching for a file in the Package Viewer, files in the root directory will filter just fine, but when searching for a file in a subdirectory, the QTreeWidget does not update properly. The root directory files are filtered, but none of the subdirectory files are.

Normal:

Display 1

Root search:

Display 2

Subdirectory Search:

Display 3