Changeset 38801


Ignore:
Timestamp:
09/15/16 14:38:23 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38796 r38801  
    375375        }
    376376
     377        setfbtransparent(255);
     378
    377379        drawscreen(skinadjust, 0, 0);
    378380        addscreenrc(skinadjust, listbox);
     
    466468                if(listbox->select != NULL && ostrcmp(listbox->select->name, "channellist_sel") == 0)
    467469                {
    468                         setfbtransparent(255);
    469 
    470470                        tmpstr = ostrcat(tmpstr, getconfig("skinpath", NULL), 1, 0);
    471471                        tmpstr = ostrcat(tmpstr, "/preview/", 1, 0);
     
    980980                                favcol->fontcol2 = convertcol(tmpstr);
    981981                        }
    982                         setosdtransparent(getskinconfigint("osdtransparent", NULL));
    983982                        drawscreen(skinadjust, 0, 0);
    984983
     
    10771076        }
    10781077
     1078        setosdtransparent(getskinconfigint("osdtransparent", NULL));
     1079
    10791080        delskinconfigtmpall();
    10801081        delownerrc(skinadjust);
Note: See TracChangeset for help on using the changeset viewer.