Corretto metodo TPrinter::is_fax(). Aggiunta condizione sulla visualizzazione.
git-svn-id: svn://10.65.10.50/trunk@3306 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
98613cefe6
commit
acc9fff7e3
@ -1092,7 +1092,7 @@ TPrinter::TPrinter()
|
||||
|
||||
bool TPrinter::isfax() const
|
||||
{
|
||||
bool fax = _printertype == winprinter;
|
||||
bool fax = _printertype == winprinter || _printertype == screenvis;
|
||||
if (fax)
|
||||
{
|
||||
const char* name = (const char*)((TPrinter*)this)->get_printrcd() + 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user