Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.97k stars 442 forks source link

fix: usercard jumping when loading data #5406

Closed Nerixyz closed 1 month ago

Nerixyz commented 1 month ago

As anticipated in #5404, there are places expecting scaleChangedEvent to be called more often. One such place is Label which is used in UserInfoPopup. Before, it would jump when follower and subscription data was loaded. This PR fixes that bug. Thank you to @brian6932 for reporting this.