Commit 2f7f4b84 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 34359

parent 2e586aa3
...@@ -1023,9 +1023,11 @@ ...@@ -1023,9 +1023,11 @@
} }
if (event.altKey) { if (event.altKey) {
t.handlers.trigger('addFunction', 'SUM', Asc.c_oAscPopUpSelectorType.Func, true); this.handlers.trigger('addFunction',
AscCommonExcel.cFormulaFunctionToLocale ? AscCommonExcel.cFormulaFunctionToLocale['SUM'] :
'SUM', Asc.c_oAscPopUpSelectorType.Func, true);
} else { } else {
t.skipKeyPress = false; this.skipKeyPress = false;
} }
return true; return true;
...@@ -1035,7 +1037,7 @@ ...@@ -1035,7 +1037,7 @@
return result; return result;
default: default:
t.skipKeyPress = false; this.skipKeyPress = false;
return true; return true;
} // end of switch } // end of switch
......
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