Skip to content

Commit

Permalink
Merge pull request #215 from reupen/fix-hit-testing-top-of-list-view
Browse files Browse the repository at this point in the history
Fix double-clicking on first few visible items in list views
  • Loading branch information
reupen authored Aug 17, 2019
2 parents fae1062 + a3a712e commit b2e6343
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion foo_ui_columns/version.cpp
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
2 changes: 1 addition & 1 deletion ui_helpers

0 comments on commit b2e6343

Please sign in to comment.