Default to hard margins not available
unless the print backend explicitly provides them.
This commit is contained in:
committed by
Carlos Garcia Campos
parent
48cf7d9e7e
commit
05bb47cc3e
@ -501,12 +501,7 @@ fallback_printer_get_hard_margins (GtkPrinter *printer,
|
||||
gdouble *left,
|
||||
gdouble *right)
|
||||
{
|
||||
*top = 0;
|
||||
*bottom = 0;
|
||||
*left = 0;
|
||||
*right = 0;
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static GList *
|
||||
|
||||
Reference in New Issue
Block a user