Quark Oddities

Quark Oddities

22M Downloads

Opening and closing the recipe book when equipped with a backpack misplaces the buttons

Insane96 opened this issue · 5 comments

commented

Forge 35.1.3
Quark 2.4-276
AutoRegLib 1.6-46
https://gyazo.com/197ac008408f6c0f6b079ce46c8711ce

commented

Can you reproduce this without the mod that adds the other button?

commented

Tested without Charm, the button misplaces for a frame and then gets to the right place. With Charm the recipe button stays misplaced. Reported to Charm https://github.com/svenhjol/Charm/issues/391

commented

@Vazkii coming over from Charm dev: BackpackInventoryScreen only stores one ImageButton/y combination. This issue would be easier fixed on quarks side by saving and restoring all present ImageButton coordinates.

commented

Quick patch which fixes the issue:
BackpackInventoryScreen_support_multiple_image_buttons.zip

Side note: The x coordinate of our button isn't updated correctly, but that is on us.

commented