Commit ffad02d4 authored by Davis King's avatar Davis King

Fixed a minor bug in the list_box. It's behavior was a little awkward

when using the multiple selection feature.
parent 7c88acb8
......@@ -2305,6 +2305,7 @@ namespace dlib
<< "\n\tindex: " << index
<< "\n\tsize(): " << size() );
last_selected = index;
items[index].is_selected = true;
parent.invalidate_rectangle(rect);
}
......
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