- Timestamp:
- Apr 9, 2019 10:58:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
r78034 r78055 1302 1302 if (m_pSearchLineEdit) 1303 1303 { 1304 m_pSearchLineEdit->clear(); 1304 1305 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()); 1308 1308 } 1309 1309 }
Note:
See TracChangeset
for help on using the changeset viewer.