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
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
80f89fb7
Commit
80f89fb7
authored
May 10, 2016
by
Hans-Christian Ebke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #47.
parent
a29dee84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
widgets/coreWidget/viewerControl.cc
widgets/coreWidget/viewerControl.cc
+2
-2
No files found.
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
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