Skip to content
  • Jehan's avatar
    Bug 699185 - when moving the pointer fast out of guide scope, do not keep it highlighted. · 3496e178
    Jehan authored
    When a drawing timeout happens too close from the previous drawing, we don't want to cancel
    the timeout function (FALSE), but simply retry later (TRUE).
    
    In our case in particular, if you move your pointer very fast over a guide, the highlighting
    drawing was happening less than MINIMUM_DRAW_INTERVAL before the un-highlighting drawing,
    hence canceling the later, which caused the drawing bug.
    3496e178