Ticket #3030: patch.diff

File patch.diff, 576 bytes (added by luitjens, 19 years ago)

No longer allow jumps if MythComboBox is editable

  • libs/libmyth/mythwidgets.cpp

     
    3333    bool handled = false;
    3434    QStringList actions;
    3535    if ((!popup || !popup->isShown()) &&
    36         (gContext->GetMainWindow()->TranslateKeyPress("qt", e, actions)))
     36        (gContext->GetMainWindow()->TranslateKeyPress("qt", e, actions,!allowVirtualKeyboard)))
    3737    {
    3838        for (unsigned int i = 0; i < actions.size() && !handled; i++)
    3939        {