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

"ToolbarSearchCancelButton" fixed in newer version of Unity. #8

Open
perrauo opened this issue Jun 8, 2023 · 1 comment · May be fixed by #9 or #10
Open

"ToolbarSearchCancelButton" fixed in newer version of Unity. #8

perrauo opened this issue Jun 8, 2023 · 1 comment · May be fixed by #9 or #10

Comments

@perrauo
Copy link

perrauo commented Jun 8, 2023

This is ok now:
private static readonly GUIStyle _closeButtonStyle = GUI.skin.FindStyle("ToolbarSearchCancelButton");

private static readonly GUIStyle _closeButtonStyle = GUI.skin.FindStyle("ToolbarSeachCancelButton");

Otherwise results in error.

@perrauo
Copy link
Author

perrauo commented Jun 8, 2023

Likewise
public static GUIStyle SearchToolbarStyle =>
_searchToolbarStyle ?? (_searchToolbarStyle = new GUIStyle(GUI.skin.FindStyle("ToolbarSearchTextField")));

@Shimmermare Shimmermare linked a pull request Aug 14, 2023 that will close this issue
@antontidev antontidev linked a pull request Sep 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant