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 line field is broken #170

Closed bibimbop closed 10 years ago

bibimbop commented 10 years ago

From function moveLine():

Traceback (most recent call last): File "pqMsgs.py", line 340, in moveLine tb = doc.findBlockByLineNumber(bn-1) # text block is origin-0 NameError: global name 'doc' is not defined

tallforasmurf commented 10 years ago

815c926