MarketBoardPlugin icon indicating copy to clipboard operation
MarketBoardPlugin copied to clipboard

Bug fix : Hovering now doesn't depends on search filters anymore + min window size

Open Pythyu opened this issue 2 years ago • 1 comments

Fix the issue #31

As the title say, hovering now should work even when the item hovered over doesn't match the search filters

Pythyu avatar Jul 26 '22 15:07 Pythyu

Fix now the issue #42 as well by reducing the minimum size the window can have

Pythyu avatar Jul 28 '22 01:07 Pythyu

Added a fix of the hovering issue of #39

Basically the condition on item seems to not be working all the time by doing List.Contains(item) so replaced it by a check of the item ID

Thanks a lot to Emberblink for helping out to debug this

Pythyu avatar Aug 14 '22 15:08 Pythyu

Awesome, thanks !

fmauNeko avatar Aug 25 '22 15:08 fmauNeko