-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix a bug where we tried to remove the window's first responder when a popover...
Fix a bug where we tried to remove the window's first responder when a popover closes, but it was done wrong because in awakeFromNib the view did not yet have a window so the workaround was a no-op. Not sure if this used to work and then something changed, breaking it. The new code should be more robust because it gets the window from the color well, which we know must exist when its popover will close. This accounted for 20% of crashes in 3.0.5.
Please register or sign in to comment