> M> What are the priorities?
> M> Do I fix these bugs (and some others I'm sure they will expose),
> M> or do I continue with wxSpinCtrl and wxSearchCtrl?
>
> This depends on whether this makes this control DoGetBestSize() better or
> worse than before. If it doesn't make it better, it's probably not worth
> applying the patch for now. And if it makes it worse, then we definitely
> shouldn't apply it to avoid knowingly introducing new regressions.
You can judge on yourself. Run the combo sample (open comparison dlg).
In the some months ago version, you won't see any issue because of
sizers hiding any size issue.
After my change to the sample, you'll see bad sizes.
With "part_3" patch things go a bit better, but still are bad.
> FWIW I think having this functionality in wxSpinCtrl is more important
> than in wxComboCtrl (wxSearchCtrl probably not so much).
OK. I continue with wxSpinCtrl. If after running combo sample you change
priorities, tell me.
Regards,
Manolo