mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix tooltips in chat not showing on ctrl hover.
This commit is contained in:
parent
b64e2e9b70
commit
252e2e8bae
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue