1
0
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:
Paul Licameli 2017-07-17 17:34:18 -04:00
parent 64ce79fef8
commit a9a6f01214

View File

@ -165,8 +165,8 @@ HitTestPreview TrackSelectHandle::Preview
message,
(unsafe
? &*disabledCursor
: &rearrangeCursor),
message
: &rearrangeCursor)
// , message // Stop showing the tooltip after the click
};
}
else {