fix for selection bug described in issue #448

This commit is contained in:
ErrorFlynn 2019-06-03 17:51:21 -04:00 committed by GitHub
parent 4e3641ed88
commit 417071e4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4350,6 +4350,8 @@ namespace nana
}
else
lister.select_for_all(false, abs_item_pos);
lister.latest_selected_abs = abs_item_pos;
}
}
else