wingtorres / morphometrix

A PyQt5 Gui for photogrammetry and morphometry
MIT License
17 stars 7 forks source link

Unable to use the pan function #9

Closed agc-coding closed 1 year ago

agc-coding commented 2 years ago

I am using the updated version of MorphoMetriX, but I am unable to use the 'Shift' key to navigate the image. Instead, I have to zoom in and then zoom out to then zoom in again in a different area. I'm trying my best to be accurate when measuring, but with no way to precisely maneuver along the image, it is difficult. Is there a way to fix this? Thanks! Abby

wingtorres commented 2 years ago

Hey Abby, it was a very easy fix. It was just some syntax stuff I overlooked when updating to PyQt6. Can you try again using the code from the most recent commit?

wingtorres commented 2 years ago

@agc-coding let me know when you get a chance to test this.