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

[BUG] PetInfo Addon, window will not stay in one spot #60

Open
SerAM90 opened this issue May 25, 2024 · 1 comment
Open

[BUG] PetInfo Addon, window will not stay in one spot #60

SerAM90 opened this issue May 25, 2024 · 1 comment
Labels
t: bug Type: Bug

Comments

@SerAM90
Copy link

SerAM90 commented May 25, 2024

Ashita Version (Type /ashita in-game to get this.)
Ashita v4.2.0.3

FFXI Version (Type /version in-game to get this.)
HorizonXI v9 (update 9)

Windows Version (ie. Start > About Your PC)
64-bit operating system, x64-based processor

Describe The Bug
For petinfo addon, when you move the petinfo window it does not stay in one place after logging out and logging back in. I have the same issue on both PC, and on Steamdeck.

Steps To Reproduce
Load petinfo addon, log in to the game , move the window; if you log out and back in the window will not be in the spot that you moved it to but instead will move back to the original position.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional Information
around line 124 in the petinfo.lua, with the if (imgui.Begin... etc), there is a setting 'ImGuiWindowFlags,NoSavedSettings' if you remove this line I believe this will resolve the issue.

@SerAM90 SerAM90 added the t: bug Type: Bug label May 25, 2024
@HealsCodes
Copy link

Not a bug, that's intended behaviour.

Petinfo explicitly sets the ImGuiWindowFlags_NoSavedSettings flag to prevent positions being saved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: bug Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants