From 54ccad7c5ddac21dce6e67bae0b860625b30b574 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 30 Jan 2022 14:05:12 -0800 Subject: [PATCH] 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 --- Window/VolumeSlider.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Window/VolumeSlider.m b/Window/VolumeSlider.m index 8c8522c26..1519f2671 100644 --- a/Window/VolumeSlider.m +++ b/Window/VolumeSlider.m @@ -97,8 +97,6 @@ { [self updateToolTip]; - [popover showRelativeToRect:view.bounds ofView:view preferredEdge:NSRectEdgeMaxY]; - [self hideToolTipAfterDelay:duration]; }