forked from willox/gmod-keypad
Also invalidate the scroll panel
This commit is contained in:
parent
88b9f24713
commit
ebc47c94d6
@ -231,6 +231,7 @@ net.Receive( "KeypadOpenConfig", function()
|
||||
panel:SetVisible( true )
|
||||
end
|
||||
listLayout:InvalidateLayout( true )
|
||||
scroll:InvalidateLayout( true )
|
||||
return
|
||||
end
|
||||
|
||||
@ -244,6 +245,7 @@ net.Receive( "KeypadOpenConfig", function()
|
||||
end
|
||||
end
|
||||
listLayout:InvalidateLayout( true )
|
||||
scroll:InvalidateLayout( true )
|
||||
end
|
||||
|
||||
function search:Paint( w, h )
|
||||
|
Loading…
Reference in New Issue
Block a user