Pin tool should select only points.
--HG-- branch : develop
This commit is contained in:
parent
dccdef56eb
commit
699adc56bb
|
@ -996,7 +996,7 @@ void MainWindow::ToolPiecePath(bool checked)
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void MainWindow::ToolPin(bool checked)
|
||||
{
|
||||
ToolSelectAllDrawObjects();
|
||||
ToolSelectPointByRelease();
|
||||
SetToolButton<DialogPin>(checked, Tool::Pin, "://cursor/pin_cursor.png", tr("Select pin point"),
|
||||
&MainWindow::ClosedDialogPin);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user