Add clarifying comment to call to CHistoryCollector::AddOpndToHistory
This commit is contained in:
parent
db4a6eb9ea
commit
b70a12c6cf
@ -334,7 +334,7 @@ DoPrecedenceCheckAgain:
|
|||||||
if(wParam == IDC_PERCENT)
|
if(wParam == IDC_PERCENT)
|
||||||
{
|
{
|
||||||
CheckAndAddLastBinOpToHistory();
|
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
|
/* reset the m_bInv flag and indicators if it is set
|
||||||
|
Loading…
Reference in New Issue
Block a user