v1.9.22-nolib

Details

  • Filename
    AdiBags-v1.9.22-nolib.zip
  • Uploaded by
  • Uploaded
    Nov 17, 2020
  • Size
    137.71 KB
  • Downloads
    350
  • MD5
    e1f9a392486428032ad13452ed3cb1ce

Supported WoW Retail Versions

  • 9.0.1

Changelog

tag 3a894ac0fe957ea8b4c3e78d790068b950099664 v1.9.22
Author:    Talyrius <[email protected]>
Date:    Tue Nov 17 10:19:01 2020 -0800

commit fdea4bcd0ff2459145482fd8d92ff553a4eea106
Author: Talyrius <[email protected]>
Date:   Tue Nov 17 10:16:59 2020 -0800

    Updated for Patch 9.0.2, the second Shadowlands pre-expansion patch.

commit 2b62aabb1ca6671d0729cbbbec2e8fbaa5f09c20
Author: legowxelab2z8 <[email protected]>
Date:   Sat Oct 17 03:46:56 2020 -0700

    Fixed item icons from overlapping within the Options UI.

    * Fix for overlapping icons in Manual Filter configuration

    Setting the width to 'full' instead of leaving it unspecified avoids triggering a bug in AceConfig where the height of a widget is used before the widget width is resized causing the height to be recalculated.

    * Fix for overlapping icons in Junk Filter configuration

    Applied width = 'full' to the ItemLists in the junk.lua AceConfig options table. This works around a bug with widgets that use flow layout and resize as elements are added/removed or as the widget width is resized.