Fix: macOS 2 finger tap moves layer / moves slider #690

Closed
opened 2026-04-05 16:26:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @badVibes-- on 2/19/2026

Description

On mac trackpads right clicking with two fingers triggers a scroll event with value 0. The old code would force the value to -1 and cause the slider to scroll down. The same would happen when the two fingers would be lifted. It would be especially annoying in the layers slider when trying to add a pause because the slider would move to a different layer before the context menu would appear.

Also reported here: https://github.com/OrcaSlicer/OrcaSlicer/issues/7620

Video of issue

https://github.com/user-attachments/assets/fe6f9336-02b9-4f46-a771-b6f5da676434

Tests

I built the application and tested if behaviour is still wrong. The bug is not present any more and scrolling is smooth.

*Originally created by @badVibes-- on 2/19/2026* # Description On mac trackpads right clicking with two fingers triggers a scroll event with value 0. The old code would force the value to -1 and cause the slider to scroll down. The same would happen when the two fingers would be lifted. It would be especially annoying in the layers slider when trying to add a pause because the slider would move to a different layer before the context menu would appear. Also reported here: https://github.com/OrcaSlicer/OrcaSlicer/issues/7620 # Video of issue https://github.com/user-attachments/assets/fe6f9336-02b9-4f46-a771-b6f5da676434 ## Tests I built the application and tested if behaviour is still wrong. The bug is not present any more and scrolling is smooth.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#690