Kaydet (Commit) c2e2fbe6 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix subtotal functions in the status bar.

That is clearly a mistake.

Change-Id: I8f631f2ff63449a260091d7990f24ebaeea9c5f2
üst 33ed80c2
......@@ -2665,7 +2665,7 @@ class UpdateSubTotalHandler
void update(double fVal, bool bVal)
{
if (!mrData.bError)
if (mrData.bError)
return;
switch (mrData.eFunc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment