Implement Alt+Arrow key movement

Work on #92
This commit is contained in:
Rasmus Karlsson
2017-08-12 15:41:14 +02:00
parent a6573e83e0
commit ce61351fe3
6 changed files with 197 additions and 14 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ void ChatWidgetView::mousePressEvent(QMouseEvent *event)
this->isMouseDown = true;
this->lastPressPosition = event->screenPos();
this->chatWidget->giveFocus();
this->chatWidget->giveFocus(Qt::MouseFocusReason);
}
void ChatWidgetView::mouseReleaseEvent(QMouseEvent *event)