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
bd5359f5
Commit
bd5359f5
authored
Dec 10, 2012
by
wmayer
Browse files
Some little fixes
parent
1f51ebf8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/Base/FileInfo.cpp
View file @
bd5359f5
...
...
@@ -154,6 +154,7 @@ std::string FileInfo::getTempFileName(const char* FileName, const char* Path)
// this already creates the file
GetTempFileNameW
(
path
.
c_str
(),
file
.
c_str
(),
0
,
buf
);
DeleteFileW
(
buf
);
return
std
::
string
(
ConvertFromWideString
(
std
::
wstring
(
buf
)));
#else
...
...
src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Mirrored.svg
View file @
bd5359f5
This diff is collapsed.
Click to expand it.
src/Mod/Sketcher/App/SketchObject.cpp
View file @
bd5359f5
...
...
@@ -165,6 +165,8 @@ int SketchObject::solve()
for
(
std
::
vector
<
Part
::
Geometry
*>::
iterator
it
=
geomlist
.
begin
();
it
!=
geomlist
.
end
();
++
it
)
if
(
*
it
)
delete
*
it
;
}
return
err
;
}
int
SketchObject
::
setDatum
(
int
ConstrId
,
double
Datum
)
...
...
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