LlemonDuck / tombs-of-amascut

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

Fix FlatLaf Compatability #73

Closed blankdvth closed 9 months ago

blankdvth commented 9 months ago

Fixes #72

This PR is a quick patch for the plugin to be compatible with the RuneLite FlatLaf changes (runelite/runelite#17284), that was made live recently, that broke the plugin.

Primarily, this involves using clientToolbar.openPanel(navButton) in place of the original navButton.getOnSelect().run() (w/ if) to open the panel, and removing navButton.setSelected(false), as it doesn't exist anymore, and .removeNavigation() takes care of it.

blankdvth commented 9 months ago

Was fixed in f8e7f20252b204a84dc65502a83dd27c54fe68d5, closing

LlemonDuck commented 9 months ago

Ah, thanks for sending this in! I didn't even check before doing it myself.