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

Fix ixTooltip:PaintUnder() function cl_tooltip.lua #391

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

legerakun
Copy link

When PaintUnder is reassigned it is called with no arguments.
(example: tooltip.PaintUnder = function(self, w, h) ... end will cause argument error)

When PaintUnder is reassigned it is called with no arguments.
(example: tooltip.PaintUnder = function(self, w, h) ... end will cause argument error)
@legerakun legerakun changed the title Update cl_tooltip.lua Fix ixTooltip:PaintUnder() function cl_tooltip.lua Nov 29, 2022
Copy link

@pedrosantos53 pedrosantos53 left a comment

Choose a reason for hiding this comment

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

This looks good, but is missing identical changes to ixTooltipMinimal. Add that to your PR and it should all be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants