1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:17:44 +00:00

LibPDF+MacPDF: Clip text, and add a debug option for disabling it

This commit is contained in:
Nico Weber 2024-01-19 20:01:23 -08:00 committed by Andreas Kling
parent 90fdf738a1
commit a0462f495c
7 changed files with 30 additions and 0 deletions

View file

@ -154,6 +154,11 @@
[_pdfView toggleClipPaths:sender];
}
- (IBAction)toggleClipText:(id)sender
{
[_pdfView toggleClipText:sender];
}
- (IBAction)showGoToPageDialog:(id)sender
{
auto alert = [[NSAlert alloc] init];