VirtualBox

Changeset 78055 in vbox for trunk/src


Ignore:
Timestamp:
Apr 9, 2019 10:58:37 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Handle type to search a bit differently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp

    r78034 r78055  
    13021302                if (m_pSearchLineEdit)
    13031303                {
     1304                    m_pSearchLineEdit->clear();
    13041305                    m_pSearchLineEdit->show();
    1305                     QString strText = m_pSearchLineEdit->text();
    1306                     strText.append(pKeyEvent->text());
    1307                     m_pSearchLineEdit->setText(strText);
     1306                    m_pSearchLineEdit->setFocus();
     1307                    m_pSearchLineEdit->setText(pKeyEvent->text());
    13081308                }
    13091309            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette