Opened 7 years ago
Closed 7 years ago
#14959 closed bug (notabug)
Controlgroup: Pass direction to widget options in _initWidget()
Reported by: | Gabriel "_|Nix|_" Schulhof | Owned by: | Gabriel "_|Nix|_" Schulhof |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.controlgroup | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At
the controlgroup should also pass the direction to the widget options function, because it doesn't later end up using the options for widgets in the middle, only for first and last widgets.
Change History (5)
comment:1 Changed 53 years ago by
Status: | pending → new |
---|
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Owner: | set to Gabriel "_|Nix|_" Schulhof |
---|---|
Status: | new → pending |
Can you please explain the bug, not the requested implementation? Also, I assume that git is not the correct version and you're seeing this behavior in one of the pre-releases.
comment:3 Changed 7 years ago by
It's not a bug. Sorry! I would've closed the ticket, but I don't have the permission to do so. Please close the ticket :)
comment:4 Changed 7 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
OK, NM. I see that direction has been removed from the call to the widget options in master, so direction needs to be determined inside the options function if needed.