aianlinb / VisualGGPK2

Library for Content.ggpk of PathOfExile (Rewrite of libggpk)
GNU Affero General Public License v3.0
157 stars 32 forks source link

How to clear a filter? #9

Closed zaafar closed 3 years ago

zaafar commented 3 years ago

Sorry for the noob question, let's say I put the filter ".dat" and press the filter button. After doing my research, I want to clear the ".dat" filter & show all the files again. How do I clear it? If I clear the filter field and press "Filter" button again, it makes the application hang.

aianlinb commented 3 years ago

Just clear the TextBox and press "Filter" button (by the way, you can also press enter) It will hang for seconds, because of the tree rebuilding

zaafar commented 3 years ago

Ah okay. I though it hanged due to some issue. Thanks for the reply!