mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:57:34 +00:00
MacPDF: Create window UI in code instead of in xib
No intentional behavior change.
This commit is contained in:
parent
dcf40892b8
commit
6b9afcfb7c
4 changed files with 12 additions and 41 deletions
|
@ -81,6 +81,7 @@
|
|||
{
|
||||
_windowController = [[MacPDFWindowController alloc] initWithDocument:self];
|
||||
[self addWindowController:_windowController];
|
||||
[self windowIsReady];
|
||||
}
|
||||
|
||||
- (void)windowIsReady
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue