mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix cursor on speed changing context menu item.
This commit is contained in:
parent
77f4256d8d
commit
ca50ad3468
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ SpeedSliderItem::SpeedSliderItem(
|
|||
enableMouseSelecting();
|
||||
enableMouseSelecting(_slider.get());
|
||||
|
||||
setPointerCursor(false);
|
||||
setMinWidth(st.sliderPadding.left()
|
||||
+ st.sliderWidth
|
||||
+ st.sliderPadding.right());
|
||||
|
|
Loading…
Add table
Reference in a new issue