LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
7.98k stars 995 forks source link

Cursor shape changes to SizeHor after left-clicking on the left of a move grip of a track. #3806

Open Sawuare opened 7 years ago

Sawuare commented 7 years ago

bags

• Can happen in both song editor and beat+bassline editor. • Only happens when the editor's window is maximized. • The cursor returns to it's normal shape after crossing the border of the editor, or after left or right clicking anywhere except on the left of a move grip of a track.

I think clicking in that area makes LMMS think that the window isn't maximized and the user wants to change its size, so the cursor changes to the SizeHor shape.

Sawuare commented 6 years ago

I tested and found that our Qt::SizeHorCursor code in Track.cpp does not cause this behavior. Looks like this is not our bug.