Phrynohyas / eve-o-preview

An EVE client window switcher tool created to aid playing with multiple clients in CCP game EVE Online
https://forums.eveonline.com/t/eve-o-preview/4202
MIT License
293 stars 108 forks source link

153: [Fix] Lock thumbnail size change during init #173

Closed wuhaochen closed 3 years ago

wuhaochen commented 3 years ago

This PR fixes #153

The root cause is from https://github.com/Phrynohyas/eve-o-preview/blob/bc06d9ae9cc5802b9dff0b8d08b755bcd5b12221/Eve-O-Preview/View/Implementation/MainForm.cs#L188

It prematurely turns off the suppression of the event as the handler may not be finished at that time.