Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Andreas Kempe
mpi-mandelbrot
Commits
7795b9c4
Commit
7795b9c4
authored
Oct 04, 2015
by
Andreas Kempe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made sure the render settings are updated correctly on user input.
parent
e32af208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
client/main_window.cpp
client/main_window.cpp
+2
-0
No files found.
client/main_window.cpp
View file @
7795b9c4
...
...
@@ -256,6 +256,8 @@ void main_window::handle_update_settings()
render_settings
.
img_height
=
field_list
[
5
]
->
text
().
toULong
();
render_settings
.
iterations
=
field_list
[
6
]
->
text
().
toULong
();
new_render_settings
=
render_settings
;
delete
mandel_image
;
scene
->
setSceneRect
(
0
,
0
,
render_settings
.
img_width
,
render_settings
.
img_height
);
...
...
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