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

New should clear things out #171

Closed tallforasmurf closed 10 years ago

tallforasmurf commented 10 years ago

When a book was open, after File > New, the following have residual data:

The image, line, col and folio fields in the status bar

The Chars panel

The Words panel

The Footnote panel

The Preview Panel

Check that File > New issues the documentWillChange and documentHasChanged signals, and that all the appropriate modules get them.

tallforasmurf commented 10 years ago

commits 14327a0 (pqView) eaa00b0 (pqFnote - a real bug!) and ebf3da4 (status line). Chars/Words were ok, false alarm there.