From ad973a4874148dece40d62c717a3c75ed27a826b Mon Sep 17 00:00:00 2001 From: totalllyswede Date: Thu, 9 Jul 2026 18:49:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c34ab4e..721a89e 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ MinimapButtonBag_Octo cleans up your Minimap and relocates the buttons in a menu * Replaced the custom `icon.tga` with the stock in-game bag icon `Interface\Icons\INV_Misc_Bag_08` — no more bundled icon file, and it sidesteps the RLE-compressed TGA loading issue on the 1.12.1 client entirely. * Cleaned up a malformed `## X-Date` line in the `.toc` (missing colon). * Fixed Ctrl+Right-click "detach from minimap" positioning: it was converting the cursor position using the icon's own display scale (`MBB_Options.Scale/100`) instead of the UI's actual effective scale (`UIParent:GetEffectiveScale()`), so the button would land in the wrong spot instead of following your cursor away from the minimap. + +* -Olzon