tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

go to image number send to the wrong image #197

Closed bibimbop closed 10 years ago

bibimbop commented 10 years ago

I have a book with png like:

099.png
100.png
100a.png
101.png
102.png

When I type "102" on the status bar, I'm being show page 101, and the status bar also displays 101, instead of being on page 102.

The 100a page is an image.

tallforasmurf commented 10 years ago

I'll look into this on Tuesday.

tallforasmurf commented 10 years ago

Please pick up the code from commit a581fcf (pqMsgs) and try it. (You are still running from source, yes?)

tallforasmurf commented 10 years ago

Latest commit just fixes indentation. Sorry, shouldn't alternate editing between Wing and BBEdit, they have different rules for tabs.