diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:34:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:34:02 +0000 |
commit | c97cbf735c7485b27ecf7995abe513f85da5cd4d (patch) | |
tree | 2fce8b2a992edafd4cac3a60c8d95259f760bc50 /debian/patches/progress-linux | |
parent | Disable saving dialog position. (diff) | |
download | inkscape-c97cbf735c7485b27ecf7995abe513f85da5cd4d.tar.xz inkscape-c97cbf735c7485b27ecf7995abe513f85da5cd4d.zip |
Disable saving doc viewport.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0004-disable-savedocviewport.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0004-disable-savedocviewport.patch b/debian/patches/progress-linux/0004-disable-savedocviewport.patch new file mode 100644 index 0000000..d75e01c --- /dev/null +++ b/debian/patches/progress-linux/0004-disable-savedocviewport.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Disable saving doc viewport. + +diff -Naurp inkscape.orig/src/preferences-skeleton.h inkscape/src/preferences-skeleton.h +--- inkscape.orig/src/preferences-skeleton.h ++++ inkscape/src/preferences-skeleton.h +@@ -390,6 +390,7 @@ R"=====( + colorsontop="0" + partialdynamic="0"/> + <group id="savedialogposition" value="0"/> ++ <group id="savedocviewport" value="0"/> + </group> + + <group id="extensions"> |