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

merge CURRENT_DEFAULT_THEME to scene.theme after empty! #3100

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

s-fuerst
Copy link
Contributor

Description

Fixes #2817

But i do not know what was the intention to remove the merge! line in the commit 1fcfa68

Type of change

Delete options that do not apply:

  • Bug fix (non-breaking change which fixes an issue)

@SimonDanisch
Copy link
Member

Oh, good catch! I dont remember anymore, but looks like an accident to me!

@SimonDanisch
Copy link
Member

We should add a test for this, that's how it degraded to begin with...

@s-fuerst
Copy link
Contributor Author

I just detected another regression regarding empty!(::Figure), that is not fixed by this PR. After I called empty! on a figure, the figure doesn't adjust anymore to window size changes.

@SimonDanisch SimonDanisch merged commit 5ba7894 into MakieOrg:master Jul 28, 2023
13 checks passed
@SimonDanisch
Copy link
Member

Hm, that one is harder to fix -.-

SimonDanisch added a commit that referenced this pull request Jul 31, 2023
* fix #3096

* fix #3060

* improve performance

* try to fix case mentioned in #3100, continuation of #2817

* fix #3109

* fix scene tutorial

* fix unit tests
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.

axislegend() after empty!(fig) generates error
2 participants