Skip to content

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

@laurenrad

Description

@laurenrad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions