Changeset 38508 for titan


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

disable transparet mode on colorpicker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38502 r38508  
    460460                if(rcret == getrcconfigint("rcgreen", NULL))
    461461                {
     462                        setfbtransparent(0);
    462463                        if(listbox->select != NULL && ostrcmp(listbox->select->name, "listboxselect") == 0)
    463464                        {
     
    819820                                favcol->fontcol2 = convertcol(tmpstr);
    820821                        }
    821 
     822                        setosdtransparent(getskinconfigint("osdtransparent", NULL));
    822823                        drawscreen(skinadjust, 0, 0);
    823824
Note: See TracChangeset for help on using the changeset viewer.