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

Graphics tools: Fix goBack, showOption and delete actions #19

Closed
chgans opened this issue Mar 29, 2015 · 0 comments
Closed

Graphics tools: Fix goBack, showOption and delete actions #19

chgans opened this issue Mar 29, 2015 · 0 comments

Comments

@chgans
Copy link
Owner

chgans commented Mar 29, 2015

Move goBack and possibly showOption from AbstractGraphicsInsertTool to AbstractGraphicsInteractiveTool
This will allow the select tool to manage at least the "go back" action: cancel current operation (item move, clone, handle move)
Not sure showOption is needed for the selectTool, so maybe optionDialog need to be moved instead from GraphicsTool to AbstractGraphicsInsertTool, since non interactive tool are not... interactive!
Delete action is not implemented, but basically just pressing delete should:

  • delete selected items or current moving items
  • delete (if supported) the current moving handle
@chgans chgans added this to the Basic drawing editor milestone Mar 29, 2015
@chgans chgans changed the title Graphics tools: Fix goBack and showOption Graphics tools: Fix goBack, showOption and delete actions Mar 29, 2015
@chgans chgans closed this as completed Jun 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant