Window: keyPressEvent: don't show empty shortcuts
Este cometimento está contido em:
ascendente
98cff50c41
cometimento
adfb065358
@ -381,7 +381,10 @@ void Window::keyPressEvent(QKeyEvent *event)
|
||||
|
||||
for(EntryPushButton *button : buttonsInGrid)
|
||||
{
|
||||
button->showShortcut();
|
||||
if(!button->getEntryConfig().key.isEmpty())
|
||||
{
|
||||
button->showShortcut();
|
||||
}
|
||||
}
|
||||
|
||||
QKeySequence seq(event->key());
|
||||
|
Carregando…
Criar uma nova questão referindo esta
Bloquear um utilizador