Files
test/source
Campbell Barton 8b5f3c4671 Fix back-slash character filtering in the outliner & UI list
The single characters "\" could not be used for filtering
because it was treated as an escape characters.
Although "\\" could be used to match "\".

Disable escape character behavior as this mostly makes sense for
matching file-names for shell input.
2024-09-13 12:45:36 +10:00
..