Resolved an issue related to the action bar in the library palette

preferencesAboutTextFull
shibakaneki 13 years ago
parent 8787a51dbb
commit d523a6543f
  1. 3
      src/gui/UBLibWidget.cpp

@ -198,6 +198,9 @@ void UBLibWidget::showSearchEngine(UBLibElement *elem)
void UBLibWidget::showFolder()
{
if(!mActionBar->isVisible()){
mActionBar->setVisible(true);
}
mActionBar->setButtons(mActionBar->previousButtonSet());
mStackedWidget->setCurrentIndex(ID_NAVIGATOR);
miCrntStackWidget = ID_NAVIGATOR;

Loading…
Cancel
Save