runelite / runelite

Open source Old School RuneScape client
https://runelite.net
BSD 2-Clause "Simplified" License
4.77k stars 5.22k forks source link

Fix 15761 #17879

Open JNolas38 opened 4 months ago

JNolas38 commented 4 months ago

The plugin tool tip text that appears when highlighting a plugin in the configuration menu would remain stuck if you used the search bar and didn't move the mouse. Created a new method "hideTooltip" that sets the variable "enabled" of the class "ToolTipManager" to false and then back to true. It's a solution a bit "hacky" but it was the simplest and cleanest fix that i could come up with.