UI|Client: Don’t recreate canvas during busy mode
It appears to be a little risky to recreate the Canvas during busymode’s secondary event loop (crashes in OS X sometimes). Now therecreation only happens after busy mode has ended.
View differences
UI|Client: Don’t recreate canvas during busy mode
It appears to be a little risky to recreate the Canvas during busy
mode’s secondary event loop (crashes in OS X sometimes). Now the
recreation only happens after busy mode has ended.