}
/* set the value for the currently active console */
int stackindex = tabWidget->indexOf(nextPage);
- if (!nextPage->isDocked()) {
+ if (!nextPage->isOnceDocked()) {
nextPage->dockPage();
}
connect(okButton, SIGNAL(pressed()), this, SLOT(okButtonPushed()));
connect(cancelButton, SIGNAL(pressed()), this, SLOT(cancelButtonPushed()));
- dockPage();
+ //dockPage();
setCurrent();
this->show();