diff options
author | Dan Gudmundsson <[email protected]> | 2016-03-21 12:15:34 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-04-04 13:26:31 +0200 |
commit | 25ea1f62b6ce9cff26d9353881b799f9dd76fe53 (patch) | |
tree | 7fd48b90e916b37155a565267ed967855ff0664b /lib/wx/src/gen/wxe_debug.hrl | |
parent | ad5c3ec15cf751e0edd9330b4ffb430959432ed5 (diff) | |
download | otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.tar.gz otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.tar.bz2 otp-25ea1f62b6ce9cff26d9353881b799f9dd76fe53.zip |
wx: Fix wxListCtrl:hitTest arguments and delivered results
May cause incompatibility for applications but the flags argument is
out only in C++.
Diffstat (limited to 'lib/wx/src/gen/wxe_debug.hrl')
-rw-r--r-- | lib/wx/src/gen/wxe_debug.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxe_debug.hrl b/lib/wx/src/gen/wxe_debug.hrl index a2462a6fb2..2ec485cd52 100644 --- a/lib/wx/src/gen/wxe_debug.hrl +++ b/lib/wx/src/gen/wxe_debug.hrl @@ -1544,7 +1544,7 @@ wxdebug_table() -> {1695, {wxListCtrl, getTextColour, 0}}, {1696, {wxListCtrl, getTopItem, 0}}, {1697, {wxListCtrl, getViewRect, 0}}, - {1698, {wxListCtrl, hitTest, 2}}, + {1698, {wxListCtrl, hitTest, 3}}, {1699, {wxListCtrl, insertColumn_2, 2}}, {1700, {wxListCtrl, insertColumn_3, 3}}, {1701, {wxListCtrl, insertItem_1, 1}}, |