set proper action.

This commit is contained in:
2017-04-24 22:42:01 +02:00
parent de3d4ca932
commit a1c5d1d4d9

View File

@ -750,7 +750,7 @@ void PTextEdit::setupMusrActions()
a = new QAction( QIcon( QPixmap(iconName) ), tr( "&T0" ), this );
connect( a, SIGNAL( triggered() ), this, SLOT( musrT0() ) );
}
tb->addAction(a);
tb->addAction(fMusrT0Action);
fMusrT0Action->setEnabled(fAdmin->getEnableMusrT0Flag());
if (fDarkTheme)