-
Notifications
You must be signed in to change notification settings - Fork 356
FIX: Disable coil visibility when opening Invesalius #871
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
base: master
Are you sure you want to change the base?
Conversation
Disabled the show coil button by default on startup and the button state update now only happens when all coils are toggled, avoiding unnecessary updates when toggling a single coil.
@rmatsuda @tfmoraes @henrikkauppi Kindly review the PR |
c209bdb
to
c775213
Compare
Hey @tfmoraes can you check whether I did the right thing here? |
Hi @unichronic! Thanks for the PR and sorry for taking so long to reply.
|
Sorry I closed the PR by mistake. |
.gitignore
Outdated
@@ -160,6 +160,7 @@ ENV/ | |||
env.bak/ | |||
venv.bak/ | |||
myenv/ | |||
samples/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change needs to be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright done. But is the change working as intended?
Thanks for the fixes! I found one bug and I have one suggestion. Bug: For some reason, when the preference dialog is open, the coil visualization button is set to ON, but it does not change the actual visualization of the coil. Suggestion: When navigation starts, if the coil is available, its visualization should automatically turn ON. |
Hey @rmatsuda I was doing a few things wrong as I am new to using coils, but anyway now I have implemented the changes. |
Hi @rmatsuda! it would be great if you could review the changes. |
This PR addresses the issue #867