Keksuccino / FancyMenu

Source code for FancyMenu.
Other
164 stars 21 forks source link

Hover Labels do not display on Vanilla Buttons when hovered, if a normal Label is also defined for that button. #945

Open TheDogOfChaos opened 1 month ago

TheDogOfChaos commented 1 month ago

Describe the bug As the title says.

To Reproduce

  1. Create a new Layout.
  2. Define a Label for any vanilla button.
  3. Also define a Hover Label for the same button.
  4. Hover on the button.
  5. The Hover Label will not display.

Expected behavior I expected the vanilla button's Label to switch to its Hover Label upon me hovering over it.

Game Log N/A, nothing outputting in either the normal or debug logs when I perform the steps to reproduce.

Screenshots Not needed.

Basic Informations (please complete the following information):

Keksuccino commented 1 month ago

Related to #840