Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug that may cause 3d viewer to crash #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zzhmark
Copy link

@zzhmark zzhmark commented Mar 27, 2020

The 3d viewer may crash during initialization with some of its controls' connections on.
It can be solved by temporarily disabling the connections.
These controls are xcmaxslider, ycmaxslider and zcmaxslider.
Other controls are not applied the revision, as they don't cause crash in the current setting.
This is tested on Win10, with Qt 4.8.6 msvc2013.

The 3d viewer may crash on initialization with some controls' connection on between glwidgets. It can be solved by temporarily disable the connections.
The controls are xcmaxslider, ycmaxslider and zcmaxslider.
Note that other controls' connections are not revised, as they don't cause crash in the current setting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant