klembord icon indicating copy to clipboard operation
klembord copied to clipboard

description size is added twice

Open johnsdouglass opened this issue 3 years ago • 1 comments

https://github.com/OzymandiasTheGreat/klembord/blob/44b1d4f756b12a887641a4e1d5961cad287bf3be/klembord/winclipboard.py#L220

Since html_header_size already includes the description size, this line and the two lines after it calculate the sizes incorrectly.

Removing description_size+ from these lines fixes the problem.

johnsdouglass avatar May 05 '21 04:05 johnsdouglass

Fix suggestion: https://github.com/OzymandiasTheGreat/klembord/pull/21

marmidr avatar Jun 27 '23 13:06 marmidr