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

Change mouse pointer to "waiting" while opening documents #1111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 25, 2018

  1. Change mouse pointer to "waiting" while opening documents

    When loading large documents there may be a significant moment of
    seeming inactivity. This commit changes the mouse pointer to "wait"
    during that time.
    
    NOTE: This only works when opening a document into the *first* tab.
    Obviously *some* code inside AbstractDocument.load() must take
    care of this (i.e. returning only when the document is *fully* loaded).
    uliska committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    d734174 View commit details
    Browse the repository at this point in the history