You've already forked lazarus-ccr
richmemo: fix the superscript detection on Win32. Patch by Vladimir Rybant
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6722 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -324,7 +324,7 @@ end;
|
||||
function EffectsToVScriptPost(Effects: LongWord): TVScriptPos;
|
||||
begin
|
||||
if Effects and CFE_SUBSCRIPT > 0 then Result:=vpSubScript
|
||||
else if Effects and CFE_SUBSCRIPT > 0 then Result:=vpSuperScript
|
||||
else if Effects and CFE_SUPERSCRIPT > 0 then Result:=vpSuperScript
|
||||
else Result:=vpNormal;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user