Modify ↓
#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)
Change History (1)
comment:1 by , on Sep 29, 2014 at 12:05:11 PM
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
