Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeCAD
FreeCAD
Commits
7da2ecac
Commit
7da2ecac
authored
Jan 10, 2013
by
logari81
Committed by
jriegel
Jan 12, 2013
Browse files
Sketcher, 0000944: Fix crash when the equality constraint is activated with a wrong selection
parent
bb967df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Mod/Sketcher/Gui/CommandConstraints.cpp
View file @
7da2ecac
...
...
@@ -1721,7 +1721,7 @@ void CmdSketcherConstrainEqual::activated(int iMsg)
Sketcher
::
PointPos
PosId
;
getIdsFromName
(
*
it
,
Obj
,
GeoId
,
PosId
);
if
(
is
Vertex
(
GeoId
,
PosId
))
{
if
(
!
is
Edge
(
GeoId
,
PosId
))
{
QMessageBox
::
warning
(
Gui
::
getMainWindow
(),
QObject
::
tr
(
"Wrong selection"
),
QObject
::
tr
(
"Select two or more compatible edges"
));
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment