git-svn-id: svn://db.shs.com.ru/libs@429 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -89,6 +89,9 @@ void Ribbon::init() {
|
||||
i->setProperty("__icon", QVariant::fromValue<QIcon>(tic));
|
||||
else
|
||||
tic = i->property("__icon").value<QIcon>();
|
||||
#ifdef Q_OS_MACOS
|
||||
tic = QIcon();
|
||||
#endif
|
||||
tab->addTab(new QWidget(), tic, i->text());
|
||||
//qDebug() << this << i->icon() << i->text();
|
||||
//continue;
|
||||
|
||||
Reference in New Issue
Block a user