slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

FIX: Fix to clicking on PyDMSilder running on MacOS #1079

Closed YektaY closed 1 month ago

YektaY commented 1 month ago

Description

This PR is to address an issue where the slider's click behavior was functioning differently on mac's then Linux.

On macOS before this fix when clicking on the slider, the slider value would jump to the position of the click. After the fix when clicking on the slider the slider will increment or decrement one step depending on the side tab the user clicks on.

How Has This Been Tested?

Was tested locally on a mac.