mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 09:39:43 +01:00 
			
		
		
		
	Compilation fix for fpvectorial
git-svn-id: trunk@33180 -
This commit is contained in:
		
							parent
							
								
									fb8a2a5c4b
								
							
						
					
					
						commit
						c7cd777175
					
				@ -915,7 +915,7 @@ begin
 | 
			
		||||
  PosY := PosY - DOC_OFFSET.Y;
 | 
			
		||||
 | 
			
		||||
  //
 | 
			
		||||
  AData.AddText(PosX, PosY, '', Round(FontSize), Str);
 | 
			
		||||
  AData.AddText(PosX, PosY, 0, '', Round(FontSize), Str);
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
{.$define FPVECTORIALDEBUG_LWPOLYLINE}
 | 
			
		||||
@ -1140,7 +1140,7 @@ begin
 | 
			
		||||
  PosY := PosY - DOC_OFFSET.Y;
 | 
			
		||||
 | 
			
		||||
  //
 | 
			
		||||
  AData.AddText(PosX, PosY, '', Round(FontSize), Str);
 | 
			
		||||
  AData.AddText(PosX, PosY, 0, '', Round(FontSize), Str);
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
procedure TvDXFVectorialReader.ReadENTITIES_POINT(ATokens: TDXFTokens;
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@ AUTHORS: Felipe Monteiro de Carvalho
 | 
			
		||||
}
 | 
			
		||||
unit fpvutils;
 | 
			
		||||
 | 
			
		||||
{.$define USE_LCL_CANVAS}
 | 
			
		||||
{$define USE_LCL_CANVAS}
 | 
			
		||||
{.$define FPVECTORIAL_BEZIERTOPOINTS_DEBUG}
 | 
			
		||||
 | 
			
		||||
{$ifdef fpc}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user