Fix tooltips in chat not showing on ctrl hover.
This commit is contained in:
@@ -1038,14 +1038,6 @@ void ChannelView::leaveEvent(QEvent *)
|
|||||||
|
|
||||||
void ChannelView::mouseMoveEvent(QMouseEvent *event)
|
void ChannelView::mouseMoveEvent(QMouseEvent *event)
|
||||||
{
|
{
|
||||||
if (event->modifiers() & (Qt::AltModifier | Qt::ControlModifier))
|
|
||||||
{
|
|
||||||
this->unsetCursor();
|
|
||||||
|
|
||||||
event->ignore();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Pause on hover
|
/// Pause on hover
|
||||||
if (float pauseTime = getSettings()->pauseOnHoverDuration;
|
if (float pauseTime = getSettings()->pauseOnHoverDuration;
|
||||||
pauseTime > 0.001f)
|
pauseTime > 0.001f)
|
||||||
|
|||||||
Reference in New Issue
Block a user