Ignore:
Timestamp:
Sep 22, 2018, 1:12:31 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Unit move arrows were incorrectly overdrawn by cell maps in map cyclic mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormClient.pas

    r245 r246  
    252252        end;
    253253        TempView.Free;
    254       end else
    255       Client.DrawCellLinks(PaintBox1.Canvas, View);
    256       Client.Paint(PaintBox1.Canvas, View);
    257       Client.DrawArrows(PaintBox1.Canvas, View);
     254      end else begin
     255        Client.DrawCellLinks(PaintBox1.Canvas, View);
     256        Client.Paint(PaintBox1.Canvas, View);
     257        Client.DrawArrows(PaintBox1.Canvas, View);
     258      end;
    258259    end;
    259260  end;
Note: See TracChangeset for help on using the changeset viewer.