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 crash if no window_context exists #523

Merged
merged 1 commit into from Jun 20, 2017
Merged

Fix crash if no window_context exists #523

merged 1 commit into from Jun 20, 2017

Commits on Jun 13, 2017

  1. Fix crash if no window_context exists

    In TrajectoryVisualization::onInitialize the existance of a window_context is checked and the trajectory_slider_panel_ and trajectory_slider_dock_panel_ are only created if it exists.
    However later on these two pointers are assumed to be valid (non-NULL) and not checked any further.
    simonschmeisser committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    d11191f View commit details
    Browse the repository at this point in the history