You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example correct buttons, need correct code from this place:
7120: txt.h_space = 2;
7121: txt.v_space = 2;
to
7120: txt.h_space = btn->h_space;
7121: txt.v_space = btn->v_space;
e.g. for CheckBoxes
The text was updated successfully, but these errors were encountered:
For example correct buttons, need correct code from this place:
7120: txt.h_space = 2;
7121: txt.v_space = 2;
to
7120: txt.h_space = btn->h_space;
7121: txt.v_space = btn->v_space;
e.g. for CheckBoxes
The text was updated successfully, but these errors were encountered: