From: Carl Hetherington Date: Tue, 7 Jun 2022 20:29:13 +0000 (+0200) Subject: Fix strange multi-selection behaviour on Linux (#2269). X-Git-Tag: v2.16.14~14 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7fa7b39acdb940d8eafdf8b553525dae7c152084;hp=7fa7b39acdb940d8eafdf8b553525dae7c152084;p=dcpomatic.git Fix strange multi-selection behaviour on Linux (#2269). It seems that all of a sudden the behaviour of wxListCtrl's selection is strange (on Linux at least). If a list item is selected by some other action (e.g. selection in the timeline) and then you click another directly in the list, both are selected. This "fix" seems to work on Linux at least - also setting wxLIST_STATE_FOCUSED as well as wxLIST_STATE_SELECTED. I don't know why this works. ---