Add clarifying comment to call to CHistoryCollector::AddOpndToHistory

This commit is contained in:
Josh Koon 2019-01-29 14:27:24 -08:00
parent db4a6eb9ea
commit b70a12c6cf

View File

@ -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