mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #189: Enable plugins by default
This commit is contained in:
@ -258,6 +258,11 @@ void PDFWidgetUtils::checkMenuAccessibility(QMenu* menu)
|
||||
QString text = action->text();
|
||||
int i = text.indexOf(QChar('&'));
|
||||
|
||||
if (text.isEmpty())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (i == -1)
|
||||
{
|
||||
actionsWithNoAmpersands << text;
|
||||
|
Reference in New Issue
Block a user