-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 58ffe3a..b703217 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -369,2 +369,3 @@ void OpieFtp::tabChanged(QWidget *) homeButton->show(); + if(currentPathCombo->isHidden()) currentPathCombo->show(); @@ -379,2 +380,3 @@ void OpieFtp::tabChanged(QWidget *) homeButton->hide(); + if(currentPathCombo->isHidden()) currentPathCombo->show(); @@ -387,2 +389,3 @@ void OpieFtp::tabChanged(QWidget *) homeButton->hide(); + if(!currentPathCombo->isHidden()) currentPathCombo->hide(); } |