mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
MacPDF: Override -[NSDocument isEntireFileLoaded]
We keep the NSData object around and stream for it, so that looks like a good thing to do.
This commit is contained in:
parent
e9b0ebe55a
commit
8a7d3cb3f4
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@
|
|||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)isEntireFileLoaded
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (IBAction)showGoToPageDialog:(id)sender
|
||||
{
|
||||
auto alert = [[NSAlert alloc] init];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue