corrected for edge mask not updating artificial null on initial o… - #39
Conversation
…pen if edge mask is enabled. Saved region state after region delete.
atsju
commented
Jul 3, 2023
The installer will appear here as soon as Windows build is finished. |
githubdoe
commented
Jul 6, 2023
What needs to happen next for this pull request to be completed. Sorry I have forgotten what to do at this point. I see it needs a Review. |
atsju
commented
Jul 6, 2023
someone needs to review it, approve it (or not and make some remarks for you to change before approval) and then one of you can merge it. Done. Technically you can approve it yourself and merge it. But it's supposed to be peer review. @gr5 can you review this PR of @githubdoe ? |
githubdoe
commented
Jul 6, 2023
Anyone want to take on that task? |
gr5
commented
Jul 6, 2023
I'll look at it now. |
gr5
commented
Jul 6, 2023
Code looks fine. I tested the code and the specified bug is fixed. However... load/save doesn't work great (unless it's a feature) If I select an edge mask, save it using the save button on the mirror config, change the edge mask checkbox and reload the mirror config file (.ini file) that I just saved, the edge mask is not updated in any way. Maybe this is okay? Maybe edge mask isn't technically part of the mirror config? I know this is a different bug so Dale let me know if you will fix that now or not and if not I'll approve this PR (or you can approve it yourself, lol). |
githubdoe
commented
Jul 6, 2023
Thanks, I think I should fix it now. |
…d value of ronchi multiplier in foucult view.
gr5
commented
Jul 13, 2023
@githubdoe |
gr5
commented
Jul 13, 2023
OLN functionality works fine. yes/no decision is confusing but accurate so I guess it's fine. mirror config calls it "edge mask". your new popup message calls it "outline mask". Let's please stick with "edge mask". Therefore in popup please change "outline mask" to "edge mask" |
githubdoe
commented
Jul 13, 2023
Probably should be saved in the mirror config.ini. But I never did and probably won't at this time. Is saved in the QSettings so it is persistent. |
gr5
commented
Jul 13, 2023
That's fine. Can you just fix the wording in the popup message? Then I'll approve and pull this. |
Corrected edge mask not updating artificial null when config is constructed.
Added code to save regions when a region is deleted.