change label size on chart when zooming

This commit is contained in:
Kevin Anthoney 2014-07-23 20:47:34 +01:00
parent e573387ebc
commit 182c5c1e23

View File

@ -1839,7 +1839,7 @@ static OOTextureSprite *NewTextureSpriteWithDescriptor(NSDictionary *descriptor)
int targetIdx = -1;
struct saved_system *sys;
NSSize chSize = NSMakeSize(pixel_row_height,pixel_row_height);
NSSize chSize = NSMakeSize(pixel_row_height/zoom,pixel_row_height/zoom);
for (i = 0; i < num_nearby_systems; i++)
{