In all applications Ctrl+scroll (mouse wheel) zooms in when scrolled up and out when scrolled down. Okteta has this inverted Reproducible: Always Steps to Reproduce: 1. Open file 2. Press control button (keyboard) and scroll up 3. Press control button (keyboard) and scroll down Actual Results: 2. text gets smaller (zooms out) 3. text gets bigger (zooms in) Expected Results: 2. text gets bigger (zooms in) 3. text gets smaller (zooms out) Also the zoom scale (in the status bar) does not update to the current zoom, when zooming like this.
Git commit 1be4b581f1c4df904b8e11c407f10dc79da3943e by Friedrich W. H. Kossebau. Committed on 05/04/2016 at 16:32. Pushed by kossebau into branch 'Applications/16.04'. Signal changes of zoomlevel in Okteta::AbstractByteArrayView Fixes KastenOkteta ByteArrayView to forward also zoomlevel changes e.g. by Ctrl+scrollwheel on the view. API change: * added signal Okteta::AbstractByteArrayView::zoomLevelChanged(double) M +1 -1 CMakeLists.txt M +2 -0 gui/abstractbytearrayview.h M +25 -4 gui/abstractbytearrayview_p.cpp M +1 -0 kasten/gui/view/bytearrayjanusview.cpp M +1 -0 kasten/gui/view/bytearrayjanusview.h M +1 -1 kasten/gui/view/bytearrayview.cpp http://commits.kde.org/okteta/1be4b581f1c4df904b8e11c407f10dc79da3943e
Git commit 150813e0100be40d9e99e3f3c13e851433424143 by Friedrich W. H. Kossebau. Committed on 05/04/2016 at 16:32. Pushed by kossebau into branch 'Applications/16.04'. Fixed: Align direction of zooming in view by scrollwheel with other apps FIXED-IN: 0.18.90 M +2 -2 gui/controller/zoomwheelcontroller.cpp http://commits.kde.org/okteta/150813e0100be40d9e99e3f3c13e851433424143