mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
When it was hidden the split view would still allow you to resize the remaining split, which resulted in weird behaviour. Instead, just remove the info pane split and the split view doesn't let you resize. Had to move where this global alert lives as a result because it might have to be presented even if the info pane isn't visible. I tried changing the alert so it wasn't on the main window, and was instead local to the buttons that triggered its presentation, and this worked for all but the case where the CancelInstallButton was used from the Xcode menu. So for now I left it close to where it already was. |
||
|---|---|---|
| .. | ||
| About | ||
| Common | ||
| Preferences | ||
| SignIn | ||
| XcodeList | ||
| MainWindow.swift | ||
| View+Conditional.swift | ||
| View+IsHidden.swift | ||