Subversion Repositories tpanel

Rev

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

Rev 309 Rev 310
Line 861... Line 861...
861
    else if (type == TEXT_INPUT)
861
    else if (type == TEXT_INPUT)
862
    {
862
    {
863
        if (isSystem && !mSystemReg)
863
        if (isSystem && !mSystemReg)
864
            registerSystemButton();
864
            registerSystemButton();
865
 
865
 
866
        drawTextArea(mActInstance);
866
        drawTextArea(inst);
-
 
867
        mActInstance = inst;
867
    }
868
    }
868
    else if (type == LISTBOX)
869
    else if (type == LISTBOX)
869
    {
870
    {
870
        if (_getListContent && !mSystemReg)
871
        if (_getListContent && !mSystemReg)
871
        {
872
        {
Line 925... Line 926...
925
        TConfig::setTemporary(false);
926
        TConfig::setTemporary(false);
926
        MSG_DEBUG("Drawing system button " << ch << " with instance " << inst);
927
        MSG_DEBUG("Drawing system button " << ch << " with instance " << inst);
927
        return drawButton(inst);
928
        return drawButton(inst);
928
    }
929
    }
929
    else
930
    else
-
 
931
    {
-
 
932
        mActInstance = inst;
930
        return drawButton(inst);
933
        return drawButton(inst);
-
 
934
    }
931
 
935
 
932
    return false;
936
    return false;
933
}
937
}
934
 
938
 
935
bool TButton::setActive(int instance)
939
bool TButton::setActive(int instance)