Merge branch 'hotfix-1.7' of https://github.com/ErrorFlynn/nana into ErrorFlynn-hotfix-1.7
This commit is contained in:
commit
1ceb6fd711
@ -4335,7 +4335,7 @@ namespace nana
|
||||
else
|
||||
{
|
||||
auto selected = lister.pick_items(true);
|
||||
if (selected.cend() != std::find(selected.cbegin(), selected.cend(), item_pos))
|
||||
if (selected.cend() != std::find(selected.cbegin(), selected.cend(), abs_item_pos))
|
||||
{
|
||||
//If the current selected one has been selected before selecting, remains the selection states for all
|
||||
//selected items. But these items will be unselected when the mouse is released.
|
||||
|
Loading…
x
Reference in New Issue
Block a user