From a4bb684527a459fb6c4c45066f4718833f036681 Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Sat, 17 Aug 2019 11:23:51 +0100 Subject: [PATCH 1/2] Fix double-clicking on first few visible items in list views This updates ui_helpers to pick up a fix for a bug where it was not possible to double-click on items near the top of the viewport in list views. --- CHANGELOG.md | 4 ++++ ui_helpers | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927bc581b..024860656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 1.2.0-beta.3 + +* A problem was fixed where it was not possible to double-click on the first few visible items in the playlist view and in other list views. [[#214](https://github.com/reupen/columns_ui/pull/214), [ui_helpers#31](https://github.com/reupen/ui_helpers/pull/31)] + ## 1.2.0-beta.2 * A problem was fixed where it was not possible to click exactly at the top of each item in the playlist view and in other list views. [[#210](https://github.com/reupen/columns_ui/pull/210), [ui_helpers#28](https://github.com/reupen/ui_helpers/pull/28)] diff --git a/ui_helpers b/ui_helpers index c1d2cab71..c8e731b22 160000 --- a/ui_helpers +++ b/ui_helpers @@ -1 +1 @@ -Subproject commit c1d2cab71f785351faafacc57e98e60ea207e7e7 +Subproject commit c8e731b228378ae332e5ca2655ca4427a06df3c1 From a3a712ed3369183570644fb1ecc9d2e1b390aa71 Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Sat, 17 Aug 2019 11:24:14 +0100 Subject: [PATCH 2/2] Set version to 1.2.0-beta.3 --- foo_ui_columns/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foo_ui_columns/version.cpp b/foo_ui_columns/version.cpp index 0e898a448..e0676b704 100644 --- a/foo_ui_columns/version.cpp +++ b/foo_ui_columns/version.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#define VERSION "1.2.0-beta.2" +#define VERSION "1.2.0-beta.3" #ifndef __clang__ #define DATE ", Date "__DATE__