git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5720 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2019-01-27 21:58:57 +00:00
parent 13520e9f70
commit c861498a0a

View File

@@ -516,7 +516,7 @@ void DiagramView::mouseReleaseEvent(QMouseEvent *e)
//Popup a menu with an action to create conductors between //Popup a menu with an action to create conductors between
//all selected terminals. //all selected terminals.
QAction *act = new QAction(tr("Connecter les bornes sélectionné"), this); QAction *act = new QAction(tr("Connecter les bornes sélectionnées"), this);
QPolygonF polygon_ = m_free_rubberband; QPolygonF polygon_ = m_free_rubberband;
connect(act, &QAction::triggered, [this, polygon_]() connect(act, &QAction::triggered, [this, polygon_]()
{ {