Commit b9f4a68e authored by Davis King's avatar Davis King

Slightly optimized how overlays are added to the image_display widget.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403062
parent b02e90d2
......@@ -5708,8 +5708,10 @@ namespace dlib
// push this new overlay into our overlay vector
overlay_lines.push_back(overlay);
const point origin(total_rect().tl_corner());
// make the parent window redraw us now that we changed the overlay
parent.invalidate_rectangle(rect);
parent.invalidate_rectangle(rectangle(overlay.p1+origin, overlay.p2+origin));
}
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment