mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Improve selected state of volume changing item.
This commit is contained in:
parent
bad2d8afd9
commit
1baa833e8f
2 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ MenuVolumeItem::MenuVolumeItem(
|
||||||
|
|
||||||
initResizeHook(parent->sizeValue());
|
initResizeHook(parent->sizeValue());
|
||||||
enableMouseSelecting();
|
enableMouseSelecting();
|
||||||
|
enableMouseSelecting(_slider.get());
|
||||||
|
|
||||||
_slider->setAlwaysDisplayMarker(true);
|
_slider->setAlwaysDisplayMarker(true);
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit bda12f2becd2497056d325a897b8285cc57662de
|
Subproject commit 315a0457cf3340983e3217246e5cac27e1d2e091
|
Loading…
Add table
Reference in a new issue