Bugfix: Operatoren / und * auf dem Numblock korrekt anzeigen in NeoVars-Bildschirmtastatur

#444
This commit is contained in:
qwertfisch 2020-05-31 02:27:53 +02:00
parent 07668a6be9
commit b6a7ead222
1 changed files with 2 additions and 2 deletions

View File

@ -418,8 +418,8 @@ BSTSymbols() {
GUISYM("S__N__7","7")
GUISYM("S__N__8","8")
GUISYM("S__N__9","9")
GUISYM("S__NDiv","÷")
GUISYM("S__NMul","×")
GUISYM("S__NDiv","/")
GUISYM("S__NMul","*")
GUISYM("S__NSub","-")
GUISYM("S__NAdd","+")
GUISYM("S__NDot",",")