Skip to content

Commit

Permalink
Fixes issue with wrong input focus and disabled state of special char…
Browse files Browse the repository at this point in the history
… button (#54)

* Fixes issue with wrong input focus and disabled state of special char button (fixes #51)

* Refactor special char keyboard toggling

---------

Co-authored-by: Daniel Lerch <[email protected]>
  • Loading branch information
jdelange22 and daniel-lerch authored Apr 15, 2024
1 parent 79d534e commit c0e3493
Show file tree
Hide file tree
Showing 7 changed files with 1,385 additions and 1,293 deletions.
161 changes: 80 additions & 81 deletions src/Vocup/Forms/MergeFiles.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Vocup/Forms/MergeFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void ValidateInput()
GroupMotherTongue.Enabled = itemsValid;
GroupForeignTongue.Enabled = itemsValid;
CbKeepResults.Enabled = itemsValid;
BtnSpecialChar.Enabled = itemsValid && !specialCharDialog.Visible;
specialCharDialog.KeyboardEnabled = itemsValid;

if (itemsValid && textsValid)
{
Expand Down
Loading

0 comments on commit c0e3493

Please sign in to comment.