Mistake here
This commit is contained in:
parent
f6afaeb40b
commit
f70da42613
|
@ -143,7 +143,7 @@ function PANEL:Think()
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if ( self.Hovered && self:GetDraggable() && mousey < ( screenY + ss(16) ) ) then
|
if ( self.Hovered && self:GetDraggable() && mousey < ( screenY + ss(tall) ) ) then
|
||||||
self:SetCursor( "sizeall" )
|
self:SetCursor( "sizeall" )
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue