Skip to content
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

Don't hide resize handles when expanding selection by holding ctrl and clicking on items #18

Open
DamirPorobic opened this issue Jun 24, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DamirPorobic
Copy link
Member

from: https://phabricator.kde.org/T6321

A final optimization would be to suppress hiding the handles when you are selecting multiple objects, i.e. when Ctrl is pressed.

Let me phrase it differently: When selecting the first item, the current behaviour is fine. When adding a second item to the selection by clicking and keeping Ctrl pressed:

For the second item it should work the same as for the first, i.e. show the handles only after releasing the mouse button. (← That's already the case.)
Always show the handles for the first item, instead of hiding them temporarily when clicking on the second item. (← That would need changing.)

(Basically, I'd imagine it working just like in Inkscape. Perhaps there is also a connection to the previous point, i.e. clicking should only affect the current item in terms of showing the handles.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant