mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Comment: Reduce the pixel tolerance when the mouse cursor gives better visual feedback.
This commit is contained in:
parent
f955376372
commit
2fa5425f13
@ -81,6 +81,7 @@ array of Ruler::Label.
|
||||
|
||||
#define max(a,b) ( (a<b)?b:a )
|
||||
|
||||
// TODO: Reduce the pixel tolerance when the mouse cursor gives better visual feedback.
|
||||
#define SELECT_TOLERANCE_PIXEL 10
|
||||
#define QUICK_PLAY_SNAP_PIXEL 4 // pixel tolerance for snap guides
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user