v1.6.3
What's new
lightweight tag e283b71d8eb0e95ab50e53aa0649d75b7ce7a8ad v1.6.3
Author: Ironship <oleg.szew@outlook.com>
Date: Mon Sep 14 09:51:18 2026 +0200
commit e283b71d8eb0e95ab50e53aa0649d75b7ce7a8ad
Author: Ironship <oleg.szew@outlook.com>
Date: Mon Sep 14 09:51:18 2026 +0200
1.6.3: the standalone window has size limits on Classic again
SetResizeBounds was guarded and given no fallback, so on Classic Era -- which
has no such call, and which this addon ships a manifest for -- the standalone
window had no limits at all. It could be dragged down to nothing or out past
the screen with no way back short of resetting the layout, and no error to say
what had happened.
The base addon hit this exact fault and fixed it in Core.lua, with a comment
explaining it, twenty lines of another file away. That fix never crossed over.
SetMinResize and SetMaxResize are the two calls SetResizeBounds replaced, and
they are what Classic has.
It matters more here than it looks: this branch is the standalone one, taken
when QuestWordHunter is absent, which is the configuration the .toc advertises
with "Works on its own".
This mod has no additional files

