Modify ↓
#3092 closed Bug (Fixed)
Inconsistent default style of Updown control
| Reported by: | Owned by: | guinness | |
|---|---|---|---|
| Milestone: | Future Release | Component: | Documentation |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Updown default style | Cc: |
Description
The default style of Updown control is "default (-1) : $UDS_ALIGNRIGHT" in AutoIt3 manual (AutoIt3Help.exe/AutoIt.chm), but it is declared as "Global Const $GUI_SS_DEFAULT_UPDOWN = $UDS_ALIGNLEFT" in UpDownConstants.au3
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
| Component: | AutoIt → Documentation |
|---|
comment:2 by , 11 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
comment:3 by , 11 years ago
| Milestone: | 3.3.15.1 |
|---|
$GUI_SS_DEFAULT_UPDOWN is basically an alias for $UDS_ALIGNRIGHT, though I changed it for clarity.
Note:
See TracTickets
for help on using tickets.

Fixed by revision [11443] in version: 3.3.15.1