forked from AuroraMiddleware/gtk
Default to hard margins not available
unless the print backend explicitly provides them.
This commit is contained in:
parent
826d800b74
commit
a77f209f23
@ -501,12 +501,7 @@ fallback_printer_get_hard_margins (GtkPrinter *printer,
|
|||||||
gdouble *left,
|
gdouble *left,
|
||||||
gdouble *right)
|
gdouble *right)
|
||||||
{
|
{
|
||||||
*top = 0;
|
return FALSE;
|
||||||
*bottom = 0;
|
|
||||||
*left = 0;
|
|
||||||
*right = 0;
|
|
||||||
|
|
||||||
return TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GList *
|
static GList *
|
||||||
|
Loading…
Reference in New Issue
Block a user