Skip to content

Remove old unused IMG_LOADING resource#57

Merged
kevinaboos merged 1 commit into
mainfrom
remove_old_resource
Mar 12, 2024
Merged

Remove old unused IMG_LOADING resource#57
kevinaboos merged 1 commit into
mainfrom
remove_old_resource

Conversation

@kevinaboos

Copy link
Copy Markdown
Member

No description provided.

@kevinaboos
kevinaboos merged commit 94fdf85 into main Mar 12, 2024
@kevinaboos
kevinaboos deleted the remove_old_resource branch March 12, 2024 03:40
tyreseluo pushed a commit to tyreseluo/robrix that referenced this pull request Apr 11, 2026
Track the opening gesture (digit_id + capture_time) when showing a
context menu, and consume the corresponding FingerUp event instead
of treating it as a "click outside" dismissal.

Fixes project-robius#57
tyreseluo pushed a commit to tyreseluo/robrix that referenced this pull request Apr 11, 2026
The actual root cause of the trackpad press dismissal was FingerScroll(0,0):
macOS generates a zero-scroll event on two-finger press, which the menu's
unconditional `Hit::FingerScroll(_) => true` treated as a close trigger.

- Only close on FingerScroll when scroll delta is non-zero
- Restore capture_time field in ContextMenuOpenGesture for precise
  gesture matching (digit_id + capture_time from Makepad capture chain)

Fixes project-robius#57
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.

1 participant