Skip to content

Hand cursor not reset after deactivating line tool #342

@merydian

Description

@merydian

QApplication.restoreOverrideCursor() should be

while QApplication.overrideCursor() is not 
   QApplication.restoreOverrideCursor()

This is needed because Qt maintains an internal stack of override cursors, and restoreOverrideCursor only undoes the last one.
Source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions