mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-08-30 20:49:42 +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.