Closes #757110 Initializes decoration_layout when composing new e-mail and when replying to / forwarding e-mail
This commit is contained in:
parent
4625e94728
commit
c43266d08e
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ public class PillHeaderbar : Gtk.HeaderBar, PillBar {
|
|||
string layout;
|
||||
bool at_end = false;
|
||||
#if GTK_3_12
|
||||
layout = decoration_layout;
|
||||
layout = Gtk.Settings.get_default().gtk_decoration_layout;
|
||||
#else
|
||||
get_toplevel().style_get("decoration-button-layout", out layout);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue