Skip to content

Commit

Permalink
Fix bug with depth label always displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Sep 17, 2015
1 parent a581707 commit 2d7055d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,7 @@ void MainWindow::setSelectedNodesWidgetsVisibility(bool visible)
ui->selectedNodesTextEdit->setVisible(visible);
ui->selectedNodesModificationWidget->setVisible(visible);
ui->selectedNodesLengthLabel->setVisible(visible);
ui->selectedNodesDepthLabel->setVisible(visible);

if (visible)
ui->selectedNodesSpacer->changeSize(20, 60);
Expand Down

0 comments on commit 2d7055d

Please sign in to comment.