Bug 387166 - mousewheel should scroll font size in composer
Summary: mousewheel should scroll font size in composer
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: composer (show other bugs)
Version: 5.2.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-20 20:27 UTC by davidblunkett
Modified: 2017-12-06 16:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!