Commit 839942b8 authored by Davis King's avatar Davis King

Fixed weird rectangle highlighting behavior from previous commit.

parent 374d5253
......@@ -3265,6 +3265,7 @@ namespace dlib
parent.invalidate_rectangle(rect);
}
highlighted_rect = std::numeric_limits<unsigned long>::max();
rect_is_selected = false;
parts_menu.disable();
assign_image_scaled(img,new_img);
......
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