update
This commit is contained in:
parent
e4f6e54779
commit
fa2512925c
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ MwLLPixmap lookup_bg(MwWidget widget, const char* path, const char** bg) {
|
|||
|
||||
cfrom = MwParseColor(widget, from == NULL ? MwGetText(widget, MwNbackground) : from);
|
||||
cto = MwParseColor(widget, to == NULL ? MwGetText(widget, MwNbackground) : to);
|
||||
MwGetColor(cfrom, &fr, &fg, &fb);
|
||||
MwGetColor(cto, &tr, &tg, &tb);
|
||||
MwColorGet(cfrom, &fr, &fg, &fb);
|
||||
MwColorGet(cto, &tr, &tg, &tb);
|
||||
MwLLFreeColor(cfrom);
|
||||
MwLLFreeColor(cto);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue