Modify ↓
Opened 14 years ago
Closed 14 years ago
#1839 closed Bug (Fixed)
Bug of _GUICtrlTreeView_SetInsertMark
Reported by: | Ward | Owned by: | Jpm |
---|---|---|---|
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 Changed 14 years ago by Jpm
- Milestone set to 3.3.7.0
- Owner changed from Gary to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [5961] in version: 3.3.7.0