Ticket #3030: patch.diff
| File patch.diff, 576 bytes (added by , 19 years ago) |
|---|
-
libs/libmyth/mythwidgets.cpp
33 33 bool handled = false; 34 34 QStringList actions; 35 35 if ((!popup || !popup->isShown()) && 36 (gContext->GetMainWindow()->TranslateKeyPress("qt", e, actions )))36 (gContext->GetMainWindow()->TranslateKeyPress("qt", e, actions,!allowVirtualKeyboard))) 37 37 { 38 38 for (unsigned int i = 0; i < actions.size() && !handled; i++) 39 39 {
