ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

Checkbox Mark Style Issue #128

Closed DonpK closed 3 years ago

DonpK commented 3 years ago

GUISlice/Builder provides three options for the Checkbox element "Check Mark Style" value: GSLCX_CHECKBOX_STYLE_X GSLCX_CHECKBOX_STYLE_BOX GSLCX_CHECKBOX_STYLE_ROUND

When Builder generates the sketch code, only the "X" style appears in the gslc_ElemXCheckboxCreate() function even if "BOX" or "ROUND" were selected as Check Mark Style values.

If the GSLCX_CHECKBOX_STYLE parameter is manually changed to BOX or ROUND in the sketch's .h file gslc_ElemXCheckboxCreate() function, those Check Mark Styles appear in the display.

GUISlice Ver. 0.16.0 Builder Ver. 0.15.b004

Pconti31 commented 3 years ago

@DonpK Thank you for the report. Assigned bug 193 and I'll look into it for release 0.16.0. Paul--