-
- Downloads
There was an error fetching the commit references. Please try again later.
Get rid of a gross hack when dragging the only tab in a window. We used to...
Get rid of a gross hack when dragging the only tab in a window. We used to move the window to a hopefully offscreen coordinate of -10000,-10000. That's not guaranteed to work and is silly. Instead, order it out. This tickled another design issue where a placeholder cell was removed while it still had a tracking rect. This commit prevents that crash by first removing the tracking rect.
Showing
- ThirdParty/PSMTabBarControl/source/PSMTabBarControl.h 3 additions, 0 deletionsThirdParty/PSMTabBarControl/source/PSMTabBarControl.h
- ThirdParty/PSMTabBarControl/source/PSMTabBarControl.m 15 additions, 4 deletionsThirdParty/PSMTabBarControl/source/PSMTabBarControl.m
- ThirdParty/PSMTabBarControl/source/PSMTabDragAssistant.m 18 additions, 8 deletionsThirdParty/PSMTabBarControl/source/PSMTabDragAssistant.m
Please register or sign in to comment