Modify ↓
#3092 closed Bug (Fixed)
Inconsistent default style of Updown control
Reported by: | school510587@… | 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 Changed 9 years ago by guinness
- Component changed from AutoIt to Documentation
comment:2 Changed 9 years ago by guinness
- Milestone set to 3.3.15.1
- Owner set to guinness
- Resolution set to Fixed
- Status changed from new to closed
comment:3 Changed 9 years ago by guinness
- Milestone 3.3.15.1 deleted
$GUI_SS_DEFAULT_UPDOWN is basically an alias for $UDS_ALIGNRIGHT, though I changed it for clarity.
comment:4 Changed 9 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
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 [11443] in version: 3.3.15.1