Modify ↓
Opened 15 years ago
Closed 15 years ago
#1839 closed Bug (Fixed)
Bug of _GUICtrlTreeView_SetInsertMark
| Reported by: | Ward | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Standard UDFs |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Help file: "If $hItem is 0, the insertion mark is removed".
But since this function convert $hItem as following, $hItem will never be 0
If Not IsHWnd($hItem) And $hItem <> 0 Then $hItem = _GUICtrlTreeView_GetItemHandle($hWnd, $hItem)
Some other functions in this UDF need to set $hItem as 0 has similar bug. For example, _GUICtrlTreeView_SelectItem.
Attachments (0)
Change History (1)
comment:1 by , 15 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5961] in version: 3.3.7.0