better fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
732b47a300
commit
f7df6df342
2 changed files with 7 additions and 4 deletions
|
|
@ -401,7 +401,7 @@ static void draw(MwWidget handle) {
|
|||
|
||||
static void prop_change(MwWidget handle, const char* prop) {
|
||||
MwListBox lb = handle->internal;
|
||||
if(strcmp(prop, MwNleftPadding) == 0 && lb->frame != NULL) {
|
||||
if(strcmp(prop, MwNleftPadding) == 0) {
|
||||
MwForceRender(lb->frame);
|
||||
}
|
||||
if(strcmp(prop, MwNhasHeading) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue