Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Order of new wxSmith widgets (r12448), @bluehazzard

(1/1)

Miguel Gimenez:
Commits in Sourceforge do not allow comments, so I comment here.

The newly added wxDataView... widgets are out of order, they should use priority numbers between 280 and 270 so they appear between ContextHelpButton and Gauge:


--- Code: ---wxsRegisterItem<wxsContextHelpButton> Reg(_T("ContextHelpButton"),wxsTWidget,_T("Standard"), 280);
--- End code ---

--- Code: ---wxsRegisterItem<wxsGauge> Reg(_T("Gauge"),wxsTWidget,_T("Standard"),270);
--- End code ---

Thank you

oBFusCATed:
Also the build seems to be broken: https://travis-ci.org/github/obfuscated/codeblocks_sf/builds

Miguel Gimenez:
Looks like a backslash is missing at the end of Makefile.am:206.

BlueHazzard:
Ahhh yes.... will fix it as soon as i am on my machine......

BlueHazzard:
ok fixed  in r12449

Navigation

[0] Message Index

Go to full version