Modify ↓
Opened 11 years ago
Closed 11 years ago
#2911 closed Bug (Fixed)
_ArrayDisplay() GUI controls have wrong coords
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
When using a GUICoordMode different than 1, _ArrayDisplay() won't position it's controls (buttons) correctly.
Please add Local $iPrevCoordMode = Opt("GUICoordMode", 1) at the beginning and Opt("GUICoordMode", $iPrevCoordMode) at the end of the function.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
