Summary: | Scroll to zoom is inverted | ||
---|---|---|---|
Product: | [Applications] okteta | Reporter: | Ovidiu-Florin BOGDAN <kde.kfoar> |
Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 0.17.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/okteta/150813e0100be40d9e99e3f3c13e851433424143 | Version Fixed In: | 0.18.90 |
Sentry Crash Report: |
Description
Ovidiu-Florin BOGDAN
2016-04-05 07:49:12 UTC
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 |