git-svn-id: svn://db.shs.com.ru/libs@327 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -71,6 +71,7 @@ void Ribbon::init() {
|
||||
QList<QAction * > lm = parent->menuBar()->actions(), la;
|
||||
if (tab) delete tab;
|
||||
if (scroll_area) delete scroll_area;
|
||||
buttons.clear();
|
||||
tab = new ETabWidget();
|
||||
tab->setObjectName("ribbon_tab_widget");
|
||||
connect(tab, SIGNAL(tabHovered(int)), this, SLOT(tabHovered(int)));
|
||||
|
||||
Reference in New Issue
Block a user