Minimap - fix

Fix bug after moving minimap:
- Original place of minimap was not click-through after moving minimap.

Credit to original author for fixing.
This commit is contained in:
Sattva
2023-09-24 13:46:58 +03:00
parent 632290002d
commit b8498e8cef
+3
View File
@@ -3722,6 +3722,9 @@
end
end
-- Disable mouse on invisible minimap cluster
MinimapCluster:EnableMouse(false)
----------------------------------------------------------------------
-- Configuration panel
----------------------------------------------------------------------