xatupal / KeeTheme

KeePass Plugin
MIT License
449 stars 36 forks source link

Proper handling of decorated RichTextBox's TabStop settings #60

Closed Rookiestyle closed 2 years ago

Rookiestyle commented 3 years ago

Keyboard avigation in a form is disrupted when KeeTheme is active. Reason is that RichTextBoxDecorator does not have proper values for TabStop and TabIndex.

This patch sets these values according to the contained RichTextBox

Rookiestyle commented 3 years ago

Additionally react on size change of RichTextBox, this remained after fixing my below linked issue.

xatupal commented 2 years ago

Thank you for the pull request and for making KeeTheme better!