forked from AuroraMiddleware/gtk
printing: Draw print dialog on fullscreen windows
Set correct "type-hint" for GtkPrintUnixDialog ("dialog"). Otherwise the print dialog is not shown when its parent window is in fullscreen mode. https://bugzilla.gnome.org/show_bug.cgi?id=724728
This commit is contained in:
parent
be7380a418
commit
21687bcedb
@ -49,7 +49,7 @@
|
||||
</object>
|
||||
<template class="GtkPrintUnixDialog" parent="GtkDialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="type_hint">normal</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<signal name="notify::page-setup" handler="redraw_page_layout_preview" swapped="no"/>
|
||||
<signal name="response" handler="error_dialogs" swapped="no"/>
|
||||
<child internal-child="vbox">
|
||||
|
Loading…
Reference in New Issue
Block a user