Modify ↓
Opened 10 years ago
Closed 10 years ago
#2911 closed Bug (Fixed)
_ArrayDisplay() GUI controls have wrong coords
Reported by: | Synix <cross.fire@…> | 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 Changed 10 years ago by Melba23
- 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.