espelhamento de
https://github.com/arsenetar/dupeguru.git
sincronizado 2026-04-07 22:21:39 +00:00
When zooming in or out, the value computed might be a float instead of an int, which is what the QScrollBar expect for its setValue method. Simply casting to int should be enough here.