Revision 4a25adb...
Go back to digest for 15th September 2013Bug Fixes in KDE Base
Sebastian Kügler committed changes in [kdeplasma-addons] applets/calculator/package/contents/ui/calculator.qml:
correctly determine input in calculator
The bug reported this behaviour: if you press something like 'a+b+c=',
the result would be incorrect because the calculator plasmoid wrongly
resets the calculator when pressing 'c'. The intended behaviour is that
the calculation is cleared when pressing a number after pressing '='.
This patch adds a variable to determine this situation correctly.
Patch by Paul Rohrbach
REVIEW:112674
Bug 313869:
0 days
File Changes
Modified 1 files
- applets/calculator/package/contents/ui/calculator.qml
1 files changed in total