Skip to content
  • Mailson Menezes's avatar
    Keep track of visible region even when not using tiles · 96f32589
    Mailson Menezes authored
    The visible region was set in the PixmapRequest only a tiles manager was
    available. Because of that the generator could check if it was supposed
    to used tiles by simply checking if its normalized rect was null.
    However is good to know the visible region even when a tiles manager is
    not present. This way if the request is big enough to start a tiles
    manager we already know the visible region and can change the
    PixmapRequest accordingly.
    96f32589