apgoetz / jolly

Apache License 2.0
12 stars 3 forks source link

Removed extra resize commands when search text changed #26

Closed apgoetz closed 1 year ago

apgoetz commented 1 year ago

Jolly was resizing the UI to be minimum height every time the search text changed. This was causing large redraw errors as the iced redraw logic raced with the Jolly specific logic to calculated a new minimum UI size.