-
-
Notifications
You must be signed in to change notification settings - Fork 198
Show magnifying glass on snipping area resizer #472
New issue
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
Comments
When does the magnifying tool disappear? I can't reproduce that on my side, the magnifying glass is always there. Regarding the circles, it looks strange when the circles are cut out, that was the first version. How about hiding the circles while resizing (when you click on one circle)? |
magnifying glass is disappearing for me after I un-press mouse button (after holding CTRL) and widget to resize are is shown (with red border and circles), so it didn't help me when resizing area to exact pixel. |
Now I get you. The Magnifying glass is not missing, it just was not added in the resizer. We can handle this as a new feature request. What would be the handle with those cropmarks? Also, it kind of is a standard to have a circle or rect as handle, people are used to it. For now I will just make them hidden when you grab one. For more advanced stuff please log a separate issue. |
There you go, implemented exactly that behavior. |
At now when we press CTRL to enable resize capture area mode, implemented in #197, the magnify tool is disappearing. Will be good to keep them, for exact tuning of captured area edges.
Also resize area widget now shows the red circles, that cover captured area at edges, and captured pixels on edges becomes invisible. Will be good to cut-out inside area of the circles to show the whole captured area. Is it hard to implement?
The text was updated successfully, but these errors were encountered: