We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
klembord/klembord/winclipboard.py
Line 220 in 44b1d4f
Since html_header_size already includes the description size, this line and the two lines after it calculate the sizes incorrectly.
html_header_size
Removing description_size+ from these lines fixes the problem.
description_size+
The text was updated successfully, but these errors were encountered:
Fix suggestion: #21
Sorry, something went wrong.
No branches or pull requests
klembord/klembord/winclipboard.py
Line 220 in 44b1d4f
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.The text was updated successfully, but these errors were encountered: