mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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:
committed by
Andreas Kling
parent
e9b0ebe55a
commit
8a7d3cb3f4
@@ -136,6 +136,11 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)isEntireFileLoaded
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (IBAction)showGoToPageDialog:(id)sender
|
||||
{
|
||||
auto alert = [[NSAlert alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user