Skip to content
  • Ell's avatar
    app: in GimpCursorView, move cursor info update to an idle function · 1773cd91
    Ell authored
    Updating the cursor information involves sampling the active image/
    drawable, which can be expensive, especially if there are filters
    active that also respond to cursor motion, e.g., while using the
    warp tool.
    
    Move the actual updating to an idle function.  This dramatically
    improves responsiveness in these situations.
    1773cd91