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: Live View constantly searching #475

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

UE4SS
Copy link
Collaborator

@UE4SS UE4SS commented Apr 18, 2024

Description

This happened even if the user wasn't on the live view tab. It didn't happen if the GUI was turned off in the ini file.

Also fixed a bug where 'object_full_name.find(name_to_search_by)' would return 0 instead of npos if 'name_to_search_by' was an empty string.

Fixes #473

Type of change

Please delete options that are not relevant.

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

Checklist

Please delete options that are not relevant. Update the list as the PR progresses.

  • I have added the necessary description of this PR to the changelog, and I have followed the same format as other entries.

@UE4SS UE4SS changed the title fix: Live View constantly search searching fix: Live View constantly searching Apr 18, 2024
This happened even if the user wasn't on the live view tab.
It didn't happen if the GUI was turned off in the ini file.

Also fixed a bug where 'object_full_name.find(name_to_search_by)' would return 0 instead of npos if 'name_to_search_by' was an empty string.
@Buckminsterfullerene02 Buckminsterfullerene02 merged commit 174b05d into main Apr 21, 2024
@Buckminsterfullerene02 Buckminsterfullerene02 deleted the liveview-fix branch April 21, 2024 12:59
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.

[BUG - Dev] xmake debug build regression
2 participants