SetClampedToScreen(true) for the breakdown window

This commit is contained in:
Tercio Jose
2023-05-11 17:05:22 -03:00
parent bad4995451
commit bb62a4c70c
+1
View File
@@ -507,6 +507,7 @@ function Details:CreateBreakdownWindow()
breakdownWindow:EnableMouse(true)
breakdownWindow:SetResizable(true)
breakdownWindow:SetMovable(true)
breakdownWindow:SetClampedToScreen(true)
--make the window movable
if (not breakdownWindow.registeredLibWindow) then