Fix cursor on speed changing context menu item.

This commit is contained in:
John Preston 2023-03-16 09:55:14 +04:00
parent 77f4256d8d
commit ca50ad3468
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ SpeedSliderItem::SpeedSliderItem(
enableMouseSelecting();
enableMouseSelecting(_slider.get());
setPointerCursor(false);
setMinWidth(st.sliderPadding.left()
+ st.sliderWidth
+ st.sliderPadding.right());