Volume Slider: Fix appearance of tooltip
Tooltip should appear on the left side when the volume bar is close to the right side of the screen. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
fe67d1a6ea
commit
54ccad7c5d
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@
|
||||||
{
|
{
|
||||||
[self updateToolTip];
|
[self updateToolTip];
|
||||||
|
|
||||||
[popover showRelativeToRect:view.bounds ofView:view preferredEdge:NSRectEdgeMaxY];
|
|
||||||
|
|
||||||
[self hideToolTipAfterDelay:duration];
|
[self hideToolTipAfterDelay:duration];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue