Companion to the FWL_STYLE_WGT -> WidgetStyle Mask conversion. Convert the FWL widget state bits into a scoped WidgetState enum and store CFWL_Widget::Properties::states_ as Mask<WidgetState>.Wrap lines 9, 11, 13
Properties{{}, FWL_STYLEEXT_DTP_ShortDateFormat, {}},public:
uint32_t styles_ = FWL_STYLE_WGT_Child; // Mask of FWL_STYLE_*_*.
uint32_t style_exts_ = 0; // Mask of FWL_STYLEEXT_*_*.
Mask<WidgetState> states_;
Shouldn't the first argument also be 0?
Although I do remember another CL did change the type of styles_.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |