Cimbali / pympress

Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
https://cimbali.github.io/pympress/
GNU General Public License v2.0
1.18k stars 89 forks source link

Timing Breakdown dialog: show no decimals in time #295

Closed nusse closed 1 year ago

nusse commented 1 year ago

Here is a tiny fix to display the time in the Timing Breakdown dialog without decimals.

Cimbali commented 1 year ago

Thanks for the PR!

It seems a bit weird that you still get this error, though, as int() already fixes the same problem. What version of pympress are you running where you see that incorrect display? Can you show what it looks like?

Cimbali commented 1 year ago

I’m closing as this seems to be trying to fix an issue that was already fixed, see 249