summarylogtreecommitdiffstats
path: root/zoom_gui_command.patch
blob: c2b1ee726dd13585e12849e10519bce7106e4d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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_;