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

LazyMethod : Fix running idle callback without a valid Qt Widget #5914

Merged

Commits on Jun 21, 2024

  1. LazyMethod : Fix running idle callback without a valid Qt Widget

    By checking for a valid Qt widget as well, we avoid instances in which
    the Gaffer widget is still around but the the Qt widget as been
    cleaned up which can cause issues when running the callback given that
    the Qt widget is the underlying widget for the Gaffer widget
    chrisc-lee committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    59ba82e View commit details
    Browse the repository at this point in the history