mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-24 01:53:06 +00:00
add MwNborderWidth
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user