Commit d6b3e983 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander Trofimov
parent b509ebe7
...@@ -433,7 +433,8 @@ namespace MathEquation ...@@ -433,7 +433,8 @@ namespace MathEquation
} }
else else
{ {
if (uChar > 0x0390 && uChar < 0x03AA) //Greek Capital Letter if ((uChar > 0x0390 && uChar < 0x03AA) //Greek Capital Letter
|| (uChar == 0x2207 )) //Nabla
oRun.eStyle = SimpleTypes::stylePlain; oRun.eStyle = SimpleTypes::stylePlain;
str.Insert(0, uChar); str.Insert(0, uChar);
} }
......
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