Riportata modifica relativa al flushing ultima riga in caso di generica
solo testo git-svn-id: svn://10.65.10.50/trunk@5261 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
87022b42ed
commit
269f52ca34
@ -28,6 +28,7 @@
|
|||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
#include <viswin.h>
|
#include <viswin.h>
|
||||||
|
#include <spool.h>
|
||||||
|
|
||||||
#include <bagn001a.h>
|
#include <bagn001a.h>
|
||||||
|
|
||||||
@ -2063,6 +2064,8 @@ void TPrinter::close ()
|
|||||||
else if (_printertype == winprinter && _txt.lines() > 0L)
|
else if (_printertype == winprinter && _txt.lines() > 0L)
|
||||||
{
|
{
|
||||||
print_txt(_txt);
|
print_txt(_txt);
|
||||||
|
if (is_generic())
|
||||||
|
SpoolRow("\n",1); // Force flushing on Generic printer
|
||||||
}
|
}
|
||||||
else if (_printertype == fileprinter)
|
else if (_printertype == fileprinter)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user