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>CQTexperiment
parent
fe67d1a6ea
commit
54ccad7c5d
|
@ -97,8 +97,6 @@
|
|||
{
|
||||
[self updateToolTip];
|
||||
|
||||
[popover showRelativeToRect:view.bounds ofView:view preferredEdge:NSRectEdgeMaxY];
|
||||
|
||||
[self hideToolTipAfterDelay:duration];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue