Return to default border when nothing set after state update

This commit is contained in:
Dave Davenport
2017-02-03 15:44:52 +01:00
parent 8f4a4d51c6
commit 2fe22cb7e2
2 changed files with 10 additions and 7 deletions

View File

@@ -16,6 +16,9 @@ struct _widget
/** Height of the widget */
short h;
/** Padding */
Padding def_margin;
Padding def_padding;
Padding def_border;
Padding margin;
Padding padding;
Padding border;