Fix #7899, 196d5868: don't trigger filter changes more than expected

This commit is contained in:
glx
2020-01-05 22:55:57 +01:00
committed by Charles Pigott
parent ac3bc30a30
commit 39e6247bec
2 changed files with 5 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ enum TownRatingCheckType {
enum TownDirectoryInvalidateWindowData {
TDIWD_FORCE_REBUILD,
TDIWD_FILTER_CHANGES, ///< The filename filter has changed (via the editbox)
TDIWD_FORCE_RESORT,
};
/**