AlisterH

Results 138 comments of AlisterH

With regard to the issue in the screenshot, I can create a test pdf a certain way, such that I get this error when editing the text to insert a...

OK, at least with my testing, the problem is not edits failing to save, but edits being saved incorrectly. > > I would add that no text edition is saved...

The other thing that is likely to confuse people is that you can save the file without exiting the "edit page content mode", in which case the saved file won't...

> Multi line retrobar would be great for when there a many windows open, not required all the time, but it happens. Works for me, so maybe it has been...

Versions up to 1.9.1 seem to work OK.

> > identify claims that files like this are "8-bit sRGB", ... > > No. `identify` claims nothing about the file. Instead, it describes the image that has been read...

Reading those docs this behaviour still seems very surprising. Would you consider giving a bit more of a warning in the docs, and adding something like this to the man...

Oh, I wonder if it is related to #229?

Same issue here in KDE on NixOS.

It'll need a version check - I got this: ```` /build/source/Pdf4QtLibWidgets/sources/pdfwidgetutils.cpp:179:33: error: 'class QStyleHints' has no member named 'setColorScheme'; did you mean 'colorScheme'? 179 | QApplication::styleHints()->setColorScheme(isDarkTheme ? Qt::ColorScheme::Dark : Qt::ColorScheme::Light);...