mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
printoperation: fix some strange line spacing
This commit is contained in:
parent
653c10e8b6
commit
1e2975147d
@ -1249,7 +1249,6 @@ find_printer (const char *printer,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
GtkPrintOperationResult
|
GtkPrintOperationResult
|
||||||
_gtk_print_operation_platform_backend_run_dialog (GtkPrintOperation *op,
|
_gtk_print_operation_platform_backend_run_dialog (GtkPrintOperation *op,
|
||||||
gboolean show_dialog,
|
gboolean show_dialog,
|
||||||
@ -1261,6 +1260,7 @@ _gtk_print_operation_platform_backend_run_dialog (GtkPrintOperation *op,
|
|||||||
else
|
else
|
||||||
return gtk_print_operation_unix_run_dialog (op, show_dialog, parent, do_print);
|
return gtk_print_operation_unix_run_dialog (op, show_dialog, parent, do_print);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
_gtk_print_operation_platform_backend_run_dialog_async (GtkPrintOperation *op,
|
_gtk_print_operation_platform_backend_run_dialog_async (GtkPrintOperation *op,
|
||||||
gboolean show_dialog,
|
gboolean show_dialog,
|
||||||
|
Loading…
Reference in New Issue
Block a user