mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-24 16:01:16 +02:00
Stop showing the tooltip for track rearrange after button down
This commit is contained in:
parent
64ce79fef8
commit
a9a6f01214
@ -165,8 +165,8 @@ HitTestPreview TrackSelectHandle::Preview
|
||||
message,
|
||||
(unsafe
|
||||
? &*disabledCursor
|
||||
: &rearrangeCursor),
|
||||
message
|
||||
: &rearrangeCursor)
|
||||
// , message // Stop showing the tooltip after the click
|
||||
};
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user