We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the left button is often pressed by mistake And Ctrl +MouseL is itself a selection shortcut when zooming in
#5 And you can use the left click to move the window if this issues can be implemented This will unify the operational logic
Left-click to move the picture while zoomed in Left click to move the window position under normal conditions
Both magnification and normal conditions Ctrl+MouseL are both selectors
As I am not a programmer At the moment I can only forcibly disable the entire selector The logic in there is really confusing
Then report a bug “if (fileSize >= 1024 * 1024 * 100) ” should be “if (fileSize >= 1024 * 1024 ) ” This will display properly as MB
jpegview/JPEGView/Helpers.cpp
Line 905 in 2bd0098
The text was updated successfully, but these errors were encountered:
Just as an FYI, I addressed the zooming-in-on-accident with a new feature recently. #106 . It will be in the next release.
Sorry, something went wrong.
100 MB bug fixed in 976af32
No branches or pull requests
Currently the left button is often pressed by mistake
And Ctrl +MouseL is itself a selection shortcut when zooming in
#5
And you can use the left click to move the window if this issues can be implemented
This will unify the operational logic
Left-click to move the picture while zoomed in
Left click to move the window position under normal conditions
Both magnification and normal conditions
Ctrl+MouseL are both selectors
As I am not a programmer
At the moment I can only forcibly disable the entire selector
The logic in there is really confusing
Then report a bug
“if (fileSize >= 1024 * 1024 * 100) ” should be “if (fileSize >= 1024 * 1024 ) ”
This will display properly as MB
jpegview/JPEGView/Helpers.cpp
Line 905 in 2bd0098
The text was updated successfully, but these errors were encountered: