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

MagickSettings: ctor - instanciate DrawingSettings first #1525

Closed
wants to merge 1 commit into from

Conversation

Gounlaf
Copy link
Contributor

@Gounlaf Gounlaf commented Jan 19, 2024

👋

Fix for #1522

Regards.

Copy link
Owner

@dlemstra dlemstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a tiny comment on this PR. Thanks again!

@@ -41,13 +43,12 @@ internal MagickSettings()
Depth = instance.Depth;
Endian = instance.Endian;
Extract = MagickGeometry.FromString(instance.Extract);
_font = instance.Font;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also stop using those private fields?

@Gounlaf
Copy link
Contributor Author

Gounlaf commented Jan 19, 2024

As discussed, just closing it.

@Gounlaf Gounlaf closed this Jan 19, 2024
@Gounlaf Gounlaf deleted the fix-discussion-1522 branch May 25, 2024 09:06
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

Successfully merging this pull request may close these issues.

2 participants