Tool line. Block selecting the same point twice.
--HG-- branch : release
This commit is contained in:
parent
4774a37d43
commit
aee23cf700
|
@ -1,4 +1,5 @@
|
|||
# Version 0.4.2
|
||||
- Tool line. Block selecting the same point twice.
|
||||
- [#443] Not valid dxf file. libdxf updated to version 3.12.2.0. Fixed drawing subpaths.
|
||||
- Fixed combobox width in Dialog "Tool True Dart point".
|
||||
- [#441] Broken reference incrementation for tool "True Dart point".
|
||||
|
|
|
@ -182,6 +182,8 @@ void DialogLine::ChosenObject(quint32 id, const SceneObject &type)
|
|||
}
|
||||
break;
|
||||
case 1:
|
||||
if (getCurrentObjectId(ui->comboBoxFirstPoint) != id)
|
||||
{
|
||||
if (SetObject(id, ui->comboBoxSecondPoint, ""))
|
||||
{
|
||||
if (flagError)
|
||||
|
@ -191,6 +193,7 @@ void DialogLine::ChosenObject(quint32 id, const SceneObject &type)
|
|||
DialogAccepted();
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user