]> dgit.raspbian.org Git - wxwidgets3.2.git/commit
[PATCH] Fix drawing of icons for non-root wxTreeCtrl items
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Oct 2022 23:48:39 +0000 (01:48 +0200)
committerScott Talbert <swt@techie.net>
Fri, 24 Feb 2023 00:23:10 +0000 (19:23 -0500)
commitb2fd736cd43094cb89e0f7e88fb98862a2cc3b25
tree847f2f919343d4ff0fa24e06c1f96db85d999a5c
parenta4abdee49294678574b65a4e7011913b5e7de6a2
[PATCH] Fix drawing of icons for non-root wxTreeCtrl items

Fix y coordinate value passed to wxDC::DrawBitmap() by restoring the
parentheses accidentally removed in 6dd4e73ea3 (Add wxDrawImageBitmap()
helper and use it in wx{List,Tree}Ctrl, 2022-10-25).

(cherry picked from commit 2a13fd238ea499a3e4b089f3ca3a327e94ddb4d9)

See #23255.

Gbp-Pq: Name fix-drawing-icons-wxtreectrl.patch
src/generic/treectlg.cpp