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

Consider applied SetIgnoreParentScale() on tooltip regarding scaling … #123

Closed
wants to merge 1 commit into from

Conversation

frozn
Copy link

@frozn frozn commented Feb 4, 2023

…of the popup

Comment on lines +2183 to +2185
if (PopUp:GetEffectiveScale() ~= self.tooltip:GetEffectiveScale()) then -- consider applied SetIgnoreParentScale() on tooltip regarding scaling of the popup
PopUp:SetScale(PopUp:GetScale() * self.tooltip:GetEffectiveScale() / PopUp:GetEffectiveScale());
end
Copy link
Owner

Choose a reason for hiding this comment

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

@frozn Is this the actual new part?

Copy link
Author

Choose a reason for hiding this comment

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

Yes

@Urtgard
Copy link
Owner

Urtgard commented Mar 10, 2023

Implemented in e486a76

@Urtgard Urtgard closed this Mar 10, 2023
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