Also invalidate the scroll panel

This commit is contained in:
Redox 2024-04-07 19:47:49 +02:00 committed by GitHub
parent 88b9f24713
commit ebc47c94d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 )