Modify ↓
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
I can reproduce. Someone changed:
$hList = _WinAPI_CreateWindowEx($iExStyle, $__LISTBOXCONSTANT_ClassName & "|TListbox", "", $iStyle, $iX, $iY, $iWidth, $iHeight, $hWnd, $nCtrlID)
from
$hList = _WinAPI_CreateWindowEx($iExStyle, $__LISTBOXCONSTANT_ClassName, "", $iStyle, $iX, $iY, $iWidth, $iHeight, $hWnd, $nCtrlID)
the & "|TListbox" doesn't belong in that call
comment:3 by , 17 years ago
| Milestone: | → 3.3.1.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed in version: 3.3.1.1
comment:4 by , 17 years ago
I've committed some additional changes, Gary. Obviously that concatenated string should have been a variable. I hope the same stupid code isn't in other files...
Note:
See TracTickets
for help on using tickets.

Damn it George. See #993. We'll re-open a ticket once somebody is able to demonstrate the issue.