forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
769a49c1ff
commit
6eee227693
2 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ static int wcreate(MwWidget handle) {
|
|||
MwSetDefault(handle);
|
||||
MwSetInteger(handle, MwNleftPadding, 0);
|
||||
|
||||
handle->internal = NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue