TrilbyWhite / Slider

PDF presentation tool
GNU General Public License v3.0
54 stars 12 forks source link

Support for single page PDFs #5

Closed Nalthos closed 11 years ago

Nalthos commented 11 years ago

The method used to wait for the first page to finish rendering did not work when the PDF only had a single page. This commit adds a Bool to track whether or not the first page has been rendered to avoid looping indefinitely.

TrilbyWhite commented 11 years ago

Nalthos, thanks for the code.

This is good timing too to remind me to do this right in the new version - Slider development may seem to have stagnated, but this is because I've been doing a complete rewrite from scratch to remove all the kludges that built up in the project that was being written before I knew where it was going.

Expect a brand new cleaner Slider (with integrated and much revised presenter mode ("slipper")) soon.