Skip to content

Fix AE2 GUI stuck-drag triggered by QueryInterface hotkey#31

Merged
Circulate233 merged 1 commit intoCirculate233:mainfrom
NuanKi:fix-scrollbar-queryinterface
Feb 26, 2026
Merged

Fix AE2 GUI stuck-drag triggered by QueryInterface hotkey#31
Circulate233 merged 1 commit intoCirculate233:mainfrom
NuanKi:fix-scrollbar-queryinterface

Conversation

@NuanKi
Copy link
Copy Markdown
Contributor

@NuanKi NuanKi commented Feb 24, 2026

Problem: QueryInterface (Shift+LMB) was cancelling GUI mouse release events. This could leave AE2 GUIs in a stuck dragging state, causing scrollbars to move just by hovering after a Shift+click.

Fix: Handle QueryInterface only on mouse press (ignore release events) so mouse-up always reaches AE2 and the GUI drag state resets normally.

Result: QueryInterface behavior is unchanged, but it no longer breaks normal terminal interactions or causes “sticky” scrollbar dragging.

QueryInterface (Shift+LMB) was cancelling GUI mouse release events.
This could leave AE2 GUIs in a stuck dragging state, making scrollbars move on hover.
Process QueryInterface on mouse press only, so mouse release always reaches AE2 (prevents stuck dragging).
@Circulate233 Circulate233 merged commit e91f9ea into Circulate233:main Feb 26, 2026
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.

2 participants