AlfredoCubitos / qosmic

Automatically exported from code.google.com/p/qosmic
0 stars 1 forks source link

Qosmic segfaults when editing variations #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start qosmic
2. Make variations 
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Qosmic 1.4.8
flam3 3.0

Please provide any additional information below.

Original issue reported on code.google.com by mysat...@gmail.com on 29 Sep 2011 at 4:54

GoogleCodeExporter commented 8 years ago
please merge. the google code bugtracker somehow sent the form before I was 
done writing the report.

2. make variations widget visible
3. edit any of the variation values that are == 0

Original comment by mysat...@gmail.com on 29 Sep 2011 at 4:57

GoogleCodeExporter commented 8 years ago
found the culprit. the baseclasses of both QLineEdit and QSpinBox that provide 
text() there aren't common ancestors and thus aren't storing in the same 
address.

Original comment by mysat...@gmail.com on 29 Sep 2011 at 7:19

GoogleCodeExporter commented 8 years ago
also, switched to flam3-svn 875 because the flam3_xform struct changed 
(double)color; to (double)color[2].

Original comment by mysat...@gmail.com on 29 Sep 2011 at 7:21

GoogleCodeExporter commented 8 years ago
new patch, forgot the additional include.

Original comment by mysat...@gmail.com on 29 Sep 2011 at 8:06

Attachments: