Ticket #608 (closed defect: fixed)
findChild() does not find hidden child widgets
| Reported by: | prock | Owned by: | FIFE |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3.4 |
| Component: | engine/extensions/pychan | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
2011-11-21T11:10:46 <totycro_> i've just found out that if you hide a widget, that's part of a parent, findChild() won't find it anymore, since it's now only part of hiddenChildren 2011-11-21T11:12:02 <totycro_> would it perhaps be possible to overload deepApply for containers, such that the hidden children also get considered?
Note: See
TracTickets for help on using
tickets.

(In [3841]) * Fixed deepApply() to now include hidden children in it's search. I have tested this minimally. closes #608