LemonUIbyLemon / LemonUI

LemonUI for .NET (FiveM, RageMP, RagePluginHook and ScriptHookVDotNet 3)
MIT License
177 stars 40 forks source link

NativeItem.UpdateColors overrides don't properly call the parent UpdateColors function #162

Closed justalemon closed 7 months ago

justalemon commented 7 months ago

Reported by elonndusk on Discord

justalemon commented 7 months ago

To explain what is going on here: The parent UpdateColors function is somehow not being called, even if it is indeed called. This causes some menu item colors to work and some that don't. Mainly everything other than the standard NativeItem's will have this problem.

image

justalemon commented 7 months ago

This was a mistake on my part, the problem is different.