Skip to content

Commit 6e1db17

Browse files
committed
fix error on cata classic
1 parent ad690fa commit 6e1db17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NoAutoclose.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local uiSpecialFrameBlacklist = {
1313
PlayerSpellsFrame = true, -- cannot be safely closed with UISpecialFrames
1414
};
1515

16-
local UpdateScaleForFit = UpdateScaleForFit or UIPanelUpdateScaleForFit;
16+
local UpdateScaleForFit = UpdateScaleForFit or UIPanelUpdateScaleForFit or FrameUtil.UpdateScaleForFit;
1717

1818
local CHECK_FIT_DEFAULT_EXTRA_WIDTH = 20;
1919
local CHECK_FIT_DEFAULT_EXTRA_HEIGHT = 20;

0 commit comments

Comments
 (0)