diff --git a/src/CalcManager/CEngine/scicomm.cpp b/src/CalcManager/CEngine/scicomm.cpp index eea137b..7dbbf02 100644 --- a/src/CalcManager/CEngine/scicomm.cpp +++ b/src/CalcManager/CEngine/scicomm.cpp @@ -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