summarylogtreecommitdiffstats
path: root/zoom_gui_command.patch
diff options
context:
space:
mode:
authorClemens Brunner2017-03-09 12:07:57 +0100
committerClemens Brunner2017-03-09 12:07:57 +0100
commitde13e88f52d2dd3ef4b3a55f7bbc5dcb16226b8a (patch)
tree92deb6da5b91057ed2635bb75ac44cf6bd1fdc7f /zoom_gui_command.patch
parentc4e3f5e25441bf69270820d713a43d3b2222c761 (diff)
downloadaur-de13e88f52d2dd3ef4b3a55f7bbc5dcb16226b8a.tar.gz
Update to 0.6.0
Diffstat (limited to 'zoom_gui_command.patch')
-rw-r--r--zoom_gui_command.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/zoom_gui_command.patch b/zoom_gui_command.patch
deleted file mode 100644
index c2b1ee726dd1..000000000000
--- a/zoom_gui_command.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/gui_impl/commands/zoom_gui_command.h
-+++ src/gui_impl/commands/zoom_gui_command.h
-@@ -57,8 +57,8 @@
- //-------------------------------------------------------------------------
- float32 minPixelPerSample ();
-
-- static float const ZOOM_FACTOR_ = 2;
-- static float const MAX_HORIZONTAL_ZOOM_IN_ = 32;
-+ static int const ZOOM_FACTOR_ = 2;
-+ static int const MAX_HORIZONTAL_ZOOM_IN_ = 32;
-
- static QString const GOTO_;
- static QString const ZOOM_IN_VERTICAL_;