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

Fixed bugs tables editing #544

Merged
merged 4 commits into from
Apr 20, 2021

Conversation

anzin
Copy link
Contributor

@anzin anzin commented Apr 14, 2021

Description (*)

I've fixed the bugs: if you edit table cell and click on the OK button without clicking previously on another table cell or JComponent, the value won't be saved to the table model and generation won't know about it.

Solution:
Added check if the table is editing after clicking the button ok, if yes stop editing.

Result:

image
image

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@eduard13 eduard13 added the Easy label Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants