"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "74d902eb59f873b6156621220937f8e2521dfdc0"
Commit 839942b8 authored by Davis King's avatar Davis King
Browse files

Fixed weird rectangle highlighting behavior from previous commit.

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