* yet more dir-less .cache DEP updates
[t2sde.git] / package / emulators / qemu / zoom_to_fit.patch
blob20b7110dce03dd793665556ba0052480e3551835
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/qemu/zoom_to_fit.patch
3 # Copyright (C) 2020 - 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- qemu-8.1.0/ui/gtk.c.vanilla 2023-09-11 15:30:55.922651442 +0200
15 +++ qemu-8.1.0/ui/gtk.c 2023-09-11 15:31:25.594649491 +0200
16 @@ -2125,7 +2125,7 @@
17 QemuConsole *con, int idx,
18 GSList *group, GtkWidget *view_menu)
20 - bool zoom_to_fit = false;
21 + bool zoom_to_fit = true;
22 int i;
24 vc->label = qemu_console_get_label(con);