Subversion Repositories tpanel

Rev

Rev 204 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 204 Rev 205
Line 662... Line 662...
662
void TSubPage::doClick(int x, int y, bool pressed)
662
void TSubPage::doClick(int x, int y, bool pressed)
663
{
663
{
664
    DECL_TRACER("TSubPage::doClick(int x, int y)");
664
    DECL_TRACER("TSubPage::doClick(int x, int y)");
665
 
665
 
666
    BUTTONS_T *button = TPageInterface::getButtons();
666
    BUTTONS_T *button = TPageInterface::getButtons();
-
 
667
 
-
 
668
    if (!button)
-
 
669
        return;
-
 
670
 
667
    // Find last button
671
    // Find last button
668
    while (button && button->next)
672
    while (button && button->next)
669
        button = button->next;
673
        button = button->next;
670
 
674
 
671
    // Scan in reverse order
675
    // Scan in reverse order