Commit d523a654 authored by shibakaneki's avatar shibakaneki

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

parent 8787a51d
...@@ -198,6 +198,9 @@ void UBLibWidget::showSearchEngine(UBLibElement *elem) ...@@ -198,6 +198,9 @@ void UBLibWidget::showSearchEngine(UBLibElement *elem)
void UBLibWidget::showFolder() void UBLibWidget::showFolder()
{ {
if(!mActionBar->isVisible()){
mActionBar->setVisible(true);
}
mActionBar->setButtons(mActionBar->previousButtonSet()); mActionBar->setButtons(mActionBar->previousButtonSet());
mStackedWidget->setCurrentIndex(ID_NAVIGATOR); mStackedWidget->setCurrentIndex(ID_NAVIGATOR);
miCrntStackWidget = ID_NAVIGATOR; miCrntStackWidget = ID_NAVIGATOR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment