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

Commits on Mar 27, 2020

  1. Merge pull request #1 from Vaa3D/master

    update
    zzhmark authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    4a7b93a View commit details
    Browse the repository at this point in the history
  2. solve 3d viewer crash

    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.
    zzhmark committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    f3cb9bf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    d7f214b View commit details
    Browse the repository at this point in the history