Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix bundle commands no longer working in popup field editor (and poss…
…ibly other cases) (#2299) Replacing some [NSApp mainWindow] with their actually intended calls [NSApp keyWindow] and [view window]
- Loading branch information
Showing
with
35 additions
and 31 deletions.
- +3 −3 Source/SPAppController.m
- +2 −2 Source/SPBundleEditorController.m
- +5 −4 Source/SPCustomQuery.m
- +8 −6 Source/SPDatabaseDocument.m
- +5 −4 Source/SPDatabaseViewController.m
- +5 −5 Source/SPTableContentDelegate.m
- +1 −1 Source/SPTableInfo.h
- +2 −2 Source/SPTableInfo.m
- +1 −1 Source/SPTablesList.m
- +2 −2 Source/SPTextAndLinkCell.m
- +1 −1 Source/SPTextViewAdditions.m