Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix texture search in the texture picker #4773

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

Nightwarden24
Copy link
Contributor

Description

It fixes texture search in the texture picker.

Many atlas names may contain characters that have special meaning when used in patterns. For example, !Barbershop-MiddleTile. If you type shop-M into the search field, nothing will show up in the texture picker. Therefore, it's better to use the find function with pattern matching disabled

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Since texture names may contain characters that
have special meaning when used in patterns, it's better to use the find
function with plain text search enabled rather than the match function
@InfusOnWoW InfusOnWoW merged commit 08ce401 into WeakAuras:main Dec 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants