1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-08 14:07:51 +01:00
parent 740446522a
commit 1c952f280a
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 5 additions and 0 deletions

View File

@ -145,3 +145,7 @@ void EmoticonsWidget::mouseReleaseEvent(QMouseEvent *ev)
if (!rect().contains(ev->pos()))
hide();
}
void EmoticonsWidget::mousePressEvent(QMouseEvent*)
{
}

View File

@ -36,6 +36,7 @@ private slots:
protected:
virtual void mouseReleaseEvent(QMouseEvent *ev);
virtual void mousePressEvent(QMouseEvent *ev);
private:
QStackedWidget stack;