mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Minor improvement.
This commit is contained in:
parent
29d6051e59
commit
7dfea35cd4
@ -241,7 +241,7 @@ select_image(
|
||||
lb_images.select(idx);
|
||||
load_image(idx);
|
||||
}
|
||||
else
|
||||
else if (lb_images.size() == 0)
|
||||
{
|
||||
display.clear_overlay();
|
||||
array2d<unsigned char> empty_img;
|
||||
|
Loading…
Reference in New Issue
Block a user