Bug 487772

Summary: Doing multiple operations no longer uses previously calculated value as the first value in the calculation.
Product: [Applications] kcalc Reporter: Nicholas Schoonover <nick>
Component: generalAssignee: Evan Teran <evan.teran>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 24.05.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nicholas Schoonover 2024-05-29 23:07:52 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY


STEPS TO REPRODUCE
1. Perform any operation, such as 2 + 2
2. Do another operation on the previously calculated value, such as + 2, without manually entering the previously calculated value.
3. 

OBSERVED RESULT
The previously calculated value is not carried over to the new operation. Doing the above will result in 2, rather than carrying over the 4 from the previous operation and adding up to 6.

EXPECTED RESULT
KCalc should take the previously calculated value and allow you to keep operating on that value without it needing to be manually reentered. 

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1

ADDITIONAL INFORMATION
Comment 1 Antonio Rojas 2024-05-29 23:19:25 UTC

*** This bug has been marked as a duplicate of bug 487566 ***