mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Add clarifying comment to call to CHistoryCollector::AddOpndToHistory
This commit is contained in:
parent
db4a6eb9ea
commit
b70a12c6cf
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ DoPrecedenceCheckAgain:
|
|||
if(wParam == IDC_PERCENT)
|
||||
{
|
||||
CheckAndAddLastBinOpToHistory();
|
||||
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal, true);
|
||||
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal, true /* Add to primary and secondary display */);
|
||||
}
|
||||
|
||||
/* reset the m_bInv flag and indicators if it is set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue