add MwNborderWidth
This commit is contained in:
parent
14cf131528
commit
a0b3ecb697
5 changed files with 15 additions and 4 deletions
|
|
@ -374,9 +374,9 @@ void MwSetText(MwWidget handle, const char* key, const char* value) {
|
|||
|
||||
if(shgeti(handle->text, key) != -1) free(shget(handle->text, key));
|
||||
|
||||
if(value != NULL){
|
||||
if(value != NULL) {
|
||||
shput(handle->text, key, v);
|
||||
}else{
|
||||
} else {
|
||||
shdel(handle->text, key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue