We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad690fa commit 6e1db17Copy full SHA for 6e1db17
NoAutoclose.lua
@@ -13,7 +13,7 @@ local uiSpecialFrameBlacklist = {
13
PlayerSpellsFrame = true, -- cannot be safely closed with UISpecialFrames
14
};
15
16
-local UpdateScaleForFit = UpdateScaleForFit or UIPanelUpdateScaleForFit;
+local UpdateScaleForFit = UpdateScaleForFit or UIPanelUpdateScaleForFit or FrameUtil.UpdateScaleForFit;
17
18
local CHECK_FIT_DEFAULT_EXTRA_WIDTH = 20;
19
local CHECK_FIT_DEFAULT_EXTRA_HEIGHT = 20;
0 commit comments