79764210

Date: 2025-09-14 09:38:09
Score: 1
Natty:
Report link

Adding

    def scrollContentsBy(self, dx, dy):
        super().scrollContentsBy(dx, dy)
        self.viewport().update()

to the view solves it. The explanation can be found in the comment by musicamante.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: julian