mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
version 0.7.21.dev prepared - replies, mentions
This commit is contained in:
@@ -381,11 +381,8 @@ void ProfileInner::reorderParticipants() {
|
||||
|
||||
bool ProfileInner::event(QEvent *e) {
|
||||
if (e->type() == QEvent::MouseMove) {
|
||||
QMouseEvent *ev = dynamic_cast<QMouseEvent*>(e);
|
||||
if (ev) {
|
||||
_lastPos = ev->globalPos();
|
||||
updateSelected();
|
||||
}
|
||||
_lastPos = static_cast<QMouseEvent*>(e)->globalPos();
|
||||
updateSelected();
|
||||
}
|
||||
return QWidget::event(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user