Skip to content

backends: Fix annotation window opacity.

Annotation windows used the same opacity as the marking in the text which is usually low so the text can still be seen. But this makes the annotation text very hard to read. The behavior is now similar to other pdf readers.

In this commit the window opacity is set to 0.9, making text in the window readable.

A FIXME comment is added to remind that this is the position where a respective (new) option would have to be loaded if someone decides that this has to have an extra option.

Fixes #1399

Closes #1399

Merge request reports