mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #670
This commit is contained in:
parent
740446522a
commit
1c952f280a
|
@ -145,3 +145,7 @@ void EmoticonsWidget::mouseReleaseEvent(QMouseEvent *ev)
|
|||
if (!rect().contains(ev->pos()))
|
||||
hide();
|
||||
}
|
||||
|
||||
void EmoticonsWidget::mousePressEvent(QMouseEvent*)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ private slots:
|
|||
|
||||
protected:
|
||||
virtual void mouseReleaseEvent(QMouseEvent *ev);
|
||||
virtual void mousePressEvent(QMouseEvent *ev);
|
||||
|
||||
private:
|
||||
QStackedWidget stack;
|
||||
|
|
Loading…
Reference in New Issue
Block a user