Revert "Default to hard margins not available"
This reverts commit a77f209f23
.
This commit is contained in:
@ -501,7 +501,12 @@ fallback_printer_get_hard_margins (GtkPrinter *printer,
|
||||
gdouble *left,
|
||||
gdouble *right)
|
||||
{
|
||||
return FALSE;
|
||||
*top = 0;
|
||||
*bottom = 0;
|
||||
*left = 0;
|
||||
*right = 0;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static GList *
|
||||
|
Reference in New Issue
Block a user