Bug 487772 - Doing multiple operations no longer uses previously calculated value as the first value in the calculation.
Summary: Doing multiple operations no longer uses previously calculated value as the f...
Status: RESOLVED DUPLICATE of bug 487566
Alias: None
Product: kcalc
Classification: Applications
Component: general (show other bugs)
Version: 24.05.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Evan Teran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-29 23:07 UTC by Nicholas Schoonover
Modified: 2024-05-29 23:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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