Actions
Bug #3538
closedMove to first non-ignored page when MainWindow first opens
Start date:
10/16/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3538
Description
It stands to reason that the first non-ignored page would be the location of the first detected question. Right now we always show the first page of the document when MainWindow opens, which is somewhat non-intuitive if that first page is set to be ignored.
Updated by Ryan McFall about 16 years ago
Added code to the end of the wizardCompleted method in chooseAndImportPDF so that it does this.
Actions