Geberal Bug Fixes
- Fixed an issue where sometimes resizing the window breaks it and need a reload. - Fixed some classes showing the wrong icon (by nullKomplex)
This commit is contained in:
+1
-1
@@ -685,7 +685,7 @@
|
||||
if (self.baseframe.stretch_direction == "top") then
|
||||
for _, instancia in _ipairs (self.stretchToo) do
|
||||
instancia.baseframe:SetHeight (self.baseframe:GetHeight())
|
||||
local mod = (self.baseframe:GetHeight() - instancia.baseframe._place.altura) / 2
|
||||
local mod = (self.baseframe:GetHeight() - (instancia.baseframe._place.altura or instancia.baseframe:GetHeight())) / 2
|
||||
instancia:RestoreMainWindowPositionNoResize (instancia.baseframe._place, nil, mod)
|
||||
end
|
||||
elseif (self.baseframe.stretch_direction == "bottom") then
|
||||
|
||||
Reference in New Issue
Block a user