30 Sep
2024
30 Sep
'24
9:40 a.m.
Fix clicking Toad for Oracle treeview nodes doesn't function. The left button click is sent to a top-level TSafeHintWindow, which returns HTTRANSPARENT when handling WM_NCHITTEST. Tests show that in such cases, the mouse message should be sent to the next top-level window in the z-order. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6585