Changeset 32138


Ignore:
Timestamp:
01/06/15 18:33:01 (8 years ago)
Author:
gost
Message:

[titan] fix OLED at media

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r32104 r32138  
    744744                        status.infobar = 0;
    745745                        clearscreen(infobar);
     746                        status.updatevfd = PAUSE;
    746747                        screenkeyactions(3, 0);
    747748                        status.updatevfd = START;
  • titan/titan/menulist.h

    r29042 r32138  
    304304                if(rcret == getrcconfigint("rcok", NULL) || rcret == getrcconfigint("rcred", NULL) || rcret == getrcconfigint("rcgreen", NULL) || rcret == getrcconfigint("rcyellow", NULL) || rcret == getrcconfigint("rcblue", NULL) || rcret == getrcconfigint("rcmenu", NULL))
    305305                {
     306                        if(listbox->select != NULL)
     307                                writevfdmenu(listbox->select->text);
    306308                        if(rcreturn == NULL && rcret != getrcconfigint("rcok", NULL))
    307309                                continue;
    308 
    309310                        if(listbox->select != NULL)
    310311                                ret = (struct menulist*)listbox->select->handle;
    311312                        break;
    312313                }
     314               
    313315        }
    314316
Note: See TracChangeset for help on using the changeset viewer.