NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Fix texture tab case-insensitive filter #80

Closed th3w1zard1 closed 5 months ago

th3w1zard1 commented 5 months ago

The qProxyViewModel is not being setup as case insensitive yet the code is first casefolding the text to filter. This results in a useless/broken filter that'll only ever show the filtered files if and only if they're lowercase.

This PR fixes that and allows true case-insensitive filtering.