dolphin/Source/Core/DolphinQt/Config/ToolTipControls
Dentomologist 7b52555a5f BalloonTip: Don't hide when BalloonTip blocks the cursor
Keep the BalloonTip open when the BalloonTip's arrow prevents the cursor
from being inside the spawning ToolTipWidget, which triggers the
ToolTipWidget's leaveEvent and would previously close the BalloonTip.

When that happens track the cursor until it either leaves the
ToolTipWidget's bounding box or leaves the BalloonTip and goes back to
the ToolTipWidget, and respectively close the BalloonTip or leave it
open.
2025-08-01 12:30:05 -07:00
..
BalloonTip.cpp BalloonTip: Don't hide when BalloonTip blocks the cursor 2025-08-01 12:30:05 -07:00
BalloonTip.h BalloonTip: Don't hide when BalloonTip blocks the cursor 2025-08-01 12:30:05 -07:00
ToolTipCheckBox.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipCheckBox.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipComboBox.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipComboBox.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipPushButton.cpp DolphinQt: Add ToolTipPushButton. 2023-08-12 21:33:43 +02:00
ToolTipPushButton.h DolphinQt: Add ToolTipPushButton. 2023-08-12 21:33:43 +02:00
ToolTipRadioButton.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipRadioButton.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipSlider.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipSlider.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipSpinBox.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipSpinBox.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ToolTipWidget.h BalloonTip: Don't hide when BalloonTip blocks the cursor 2025-08-01 12:30:05 -07:00