mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fixes #756
This commit is contained in:
parent
423d1a4437
commit
8277e8bef1
1 changed files with 2 additions and 0 deletions
|
@ -1790,6 +1790,7 @@ void MainWindow::createToolBars()
|
|||
|
||||
QToolButton * recentToolButton = new QToolButton;
|
||||
recentToolButton->setPopupMode(QToolButton::InstantPopup);
|
||||
recentToolButton->setFocusPolicy(Qt::NoFocus);
|
||||
recentToolButton->setMenu(createRecentFileMenu());
|
||||
recentToolButton->setIcon(CompanionIcon("recentdocument.png"));
|
||||
recentToolButton->setToolTip(tr("Recent Models+Settings"));
|
||||
|
@ -1805,6 +1806,7 @@ void MainWindow::createToolBars()
|
|||
|
||||
QToolButton * profileButton = new QToolButton;
|
||||
profileButton->setPopupMode(QToolButton::InstantPopup);
|
||||
profileButton->setFocusPolicy(Qt::NoFocus);
|
||||
profileButton->setMenu(createProfilesMenu());
|
||||
profileButton->setIcon(CompanionIcon("profiles.png"));
|
||||
profileButton->setToolTip(tr("Radio Settings Profile"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue