Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b1a38567
Commit
b1a38567
authored
Jan 29, 2013
by
Sebastian Eichelbaum
Browse files
[FIX] the pov ray options get shown only when choosing the pov ray filetype
parent
69822b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/writeTracts/WMWriteTracts.cpp
src/modules/writeTracts/WMWriteTracts.cpp
+1
-1
No files found.
src/modules/writeTracts/WMWriteTracts.cpp
View file @
b1a38567
...
...
@@ -90,7 +90,7 @@ void WMWriteTracts::properties()
WPropertyHelper
::
PC_SELECTONLYONE
::
addTo
(
m_fileTypeSelection
);
m_povrayOptions
=
m_properties
->
addPropertyGroup
(
"POVRay Options"
,
"Options for the POVRay Exporter."
);
//
m_povrayOptions->setHidden( true );
m_povrayOptions
->
setHidden
(
true
);
m_povrayTubeDiameter
=
m_povrayOptions
->
addProperty
(
"Tube Diameter"
,
"The tube diameter. Each fibers is represented as a tube with spheres as connections between them"
,
0.25
);
...
...
Write
Preview
Markdown
is supported
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