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

Ball disappears when there is a notification #2

Open
arialcrime opened this issue Mar 8, 2017 · 4 comments
Open

Ball disappears when there is a notification #2

arialcrime opened this issue Mar 8, 2017 · 4 comments

Comments

@arialcrime
Copy link

Hello,

I recently tested this plugin and found out that if you receive some kind of notification by the system (everything that shows up in the top right hand corner) the ball used to “measure” your drawings disappears.

@weiweihuanghuang
Copy link
Owner

Thanks @schriftgestalt any ideas?

@schriftgestalt
Copy link
Collaborator

The system seems to reset the cursor. So you might check occasionally if your cursor is still set.

@weiweihuanghuang
Copy link
Owner

@schriftgestalt how do i occasional test if its set?

@schriftgestalt
Copy link
Collaborator

by comparing the .cursor property with the cursor you set to it:

if self.editViewController().graphicView().cursor() != self.circleCursor:
   self.editViewController().graphicView().setCursor_(self.circleCursor) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants