-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
In the Piano Roll, if you move the cursor over the border to the Note Edit Area (Bottom...) the cursor is changed to an override cursor with vertical arrows. This is true for all the edit modes but the override cursor is only dropped when moving out of the area if you're in draw mode. For the other modes, the only way to drop the vertical arrows is to switch to draw mode.
The switch to vertical arrow happens here:
https://github.com/LMMS/lmms/blob/master/src/gui/editors/PianoRoll.cpp#L1987:L1988