You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Win32] Do not initialize font when already disposed
The on-demand creation of Font handles does not consider that a font may
already have been disposed when first retrieving it's handle, which
triggers the on-demand initialization. To avoid that this initialization
after disposal fails, this change adds a check for the font being
destroyed when performing the initialization.
Fixeseclipse-platform/eclipse.platform.ui#2960
0 commit comments