git-svn-id: svn://db.shs.com.ru/libs@433 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-24 12:00:32 +00:00
parent 44d1e597f4
commit b10a49259d
3 changed files with 5 additions and 2 deletions

View File

@@ -289,7 +289,9 @@ void EMainWindow::changedDock() {
//qDebug() << i << t->tabData(i);
if (dock == 0) continue;
t->setIconSize(dockTabsIconSize());
#ifndef Q_OS_MACOS
t->setTabIcon(i, dock->windowIcon());
#endif
docks_tabs << dock;
}
}