This commit is contained in:
parent
add02b695b
commit
314cc0da85
2 changed files with 5 additions and 5 deletions
|
|
@ -576,7 +576,7 @@ void MwSetInteger(MwWidget handle, const char* key, int n) {
|
|||
arrput(keys, NULL);
|
||||
MwDispatch3(handle, props_change, keys);
|
||||
arrfree(keys);
|
||||
|
||||
|
||||
MwDispatch3(handle, prop_change, key);
|
||||
}
|
||||
|
||||
|
|
@ -625,7 +625,7 @@ void MwSetText(MwWidget handle, const char* key, const char* value) {
|
|||
arrput(keys, NULL);
|
||||
MwDispatch3(handle, props_change, keys);
|
||||
arrfree(keys);
|
||||
|
||||
|
||||
MwDispatch3(handle, prop_change, key);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue