Move creation of printlistForm from application startup to a place where it's done on demand.

This commit is contained in:
Ansgar Becker
2007-07-03 19:31:06 +00:00
parent fe6d534120
commit bf73dadbd3
6 changed files with 19 additions and 6 deletions

View File

@ -789,7 +789,7 @@ begin
// TODO: Print data
end
else
printlistform.showmodal;
printlistWindow(self);
end;