Changeset 22881


Ignore:
Timestamp:
08/18/13 16:19:14 (11 years ago)
Author:
nit
Message:

[titan] fix page text and selected pos after menu in tithek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r22715 r22881  
    14061406        char* tithekpic = NULL;
    14071407       
    1408         changetitle(countpage, NULL);
    14091408        drawscreen(load, 0, 0);
    14101409       
     
    14261425        {
    14271426                changetitle(grid, _(title));
     1427                changetext(countpage, NULL);
    14281428                if(listbox->select != NULL && listbox->select->handle != NULL)
    14291429                {
     
    15201520                        if(pagecount == 0 || tithekexit == 1) break;
    15211521
    1522                         listbox->aktpage = oaktpage;
    1523                         listbox->aktline = oaktline;
    1524                         listbox->gridcol = ogridcol;
     1522                        listbox->aktpage = -1;
     1523                        listbox->aktline = 1;
     1524                        listbox->gridcol = 1;
    15251525                        addscreenrc(grid, listbox);
    15261526                        drawscreen(grid, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.