Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
80f89fb7
Commit
80f89fb7
authored
May 10, 2016
by
Hans-Christian Ebke
Browse files
Fixes #47.
parent
a29dee84
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/coreWidget/viewerControl.cc
View file @
80f89fb7
...
...
@@ -776,8 +776,8 @@ void CoreWidget::viewerSnapshotDialog() {
dialog
.
metaData_comments_targetedOnly_cb
->
isChecked
();
const
bool
store_material_info
=
dialog
.
metaData_storeMatInfo_cb
->
isChecked
();
const
bool
snapshot_width
=
dialog
.
snapWidth
->
value
();
const
bool
snapshot_height
=
dialog
.
snapHeight
->
value
();
const
int
snapshot_width
=
dialog
.
snapWidth
->
value
();
const
int
snapshot_height
=
dialog
.
snapHeight
->
value
();
const
bool
snapshot_transparent
=
dialog
.
transparent
->
isChecked
();
const
bool
hide_coord_sys
=
dialog
.
hideCoordsys
->
isChecked
();
const
int
snapshot_multisampling
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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