Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.0 RC2
-
None
Description
I have only tested in debug, but on a fast machine.
Commenting out the below in qtooltip.cpp removes the problem
// else if (QApplication::isEffectEnabled(Qt::UI_AnimateTooltip))
// qScrollEffect(QTipLabel::instance);
The problem can also be "solved" with disable Qt::UI_AnimateTooltip (I assume).
Attachments
Issue Links
- relates to
-
QTBUG-72306 QTooltip can be cut off / truncated in multi screen environments
- Closed