Bug 387166

Summary: mousewheel should scroll font size in composer
Product: [Applications] kmail2 Reporter: davidblunkett <dav1dblunk3tt>
Component: composerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: montel
Priority: NOR    
Version: 5.2.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.7.0

Description davidblunkett 2017-11-20 20:27:32 UTC
Mouse scroll wheel font change works when reading emails but not when composing emails - it would be nice if it worked for both...
Comment 1 Laurent Montel 2017-12-01 07:04:52 UTC
I confirm it.
I will work on it soon.
Comment 2 Laurent Montel 2017-12-01 07:19:07 UTC
Git commit c5f8fa660ef8bf72edc5798ba385b66232ff8ee7 by Montel Laurent.
Committed on 01/12/2017 at 07:18.
Pushed by mlaurent into branch 'Applications/17.12'.

Fix Bug 387166 - mousewheel should scroll font size in composer

FIXED-IN: 5.7.0

M  +13   -0    src/texteditor/plaintexteditor/plaintexteditor.cpp
M  +1    -0    src/texteditor/plaintexteditor/plaintexteditor.h
M  +12   -0    src/texteditor/richtexteditor/richtexteditor.cpp
M  +1    -0    src/texteditor/richtexteditor/richtexteditor.h

https://commits.kde.org/kpimtextedit/c5f8fa660ef8bf72edc5798ba385b66232ff8ee7
Comment 3 davidblunkett 2017-12-06 16:30:59 UTC
Thanks!