Set focus to the view after dropping a piece from the list.

This commit is contained in:
leo 2015-02-13 05:32:11 +00:00
parent 3be01c0748
commit eae840d891

View file

@ -387,6 +387,7 @@ void lcQGLWidget::dropEvent(QDropEvent *event)
return;
((View*)widget)->EndPieceDrag(true);
setFocus(Qt::MouseFocusReason);
event->accept();
}