From 417071e4b531b608cf68150b5caef2cd847a6fc0 Mon Sep 17 00:00:00 2001 From: ErrorFlynn Date: Mon, 3 Jun 2019 17:51:21 -0400 Subject: [PATCH] fix for selection bug described in issue #448 --- source/gui/widgets/listbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/gui/widgets/listbox.cpp b/source/gui/widgets/listbox.cpp index 3660dce0..7dcb2b43 100644 --- a/source/gui/widgets/listbox.cpp +++ b/source/gui/widgets/listbox.cpp @@ -4350,6 +4350,8 @@ namespace nana } else lister.select_for_all(false, abs_item_pos); + + lister.latest_selected_abs = abs_item_pos; } } else