mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
We were previously assuming that the viewWillMoveToSuperview: was only called when moving to a view and then later when removed, but for 10.8.5 it appears that it might be called multiple times (with a nil superview), causing us to remove ourself as observer from something we didn’t observe.