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 segfault when swap plotwidget on archlinux (qt5.12.3). #184

Merged
merged 1 commit into from
Jul 12, 2019

Commits on Jul 11, 2019

  1. Fix segfault when swap plotwidget on archlinux (qt5.12.3).

    This bug is introduced in: 7959e54 Spurious DragLeave fixed?
    And produce a segfault(nullptr) in QCursor::shape() call by
    QBasicDrag::updateCursor(Qt::DropAction) [trigger by plotwidget.cpp:1352
    drag->exec();].
    It seems to me that the change of global application cursor on leave event during drag drop
    operation cause the problem [is it the drop widget duty to reset cursor?].
    aeudes committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    f3891a8 View commit details
    Browse the repository at this point in the history