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

SaveAs returns its window id as an unsigned value. #99

Open
laurenrad opened this issue Jan 1, 2024 · 0 comments
Open

SaveAs returns its window id as an unsigned value. #99

laurenrad opened this issue Jan 1, 2024 · 0 comments

Comments

@laurenrad
Copy link
Contributor

return self._miscop_get_unsigned(SaveAs.GetWindowId)

The getter for the window_id property here uses _miscop_get_unsigned but as per issues #75 and #78 IDs are signed elsewhere. This should be changed to use _miscop_get_signed instead. See also issue #98.

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

No branches or pull requests

1 participant