Skip to content

Commit

Permalink
TableView3D: Disabled tracing checkbox until tracing is fixed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed May 6, 2014
1 parent e03b77d commit 8c2bfdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/tableview3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ TableView3D::TableView3D(QWidget *parent)
//Is both ram and flash
}*/
//ui.importPushButton->setVisible(false);
ui.tracingCheckBox->setVisible(false);
ui.tracingCheckBox->setEnabled(false);
connect(ui.showMapPushButton,SIGNAL(clicked()),this,SLOT(showMapClicked()));
}
void TableView3D::tracingCheckBoxStateChanged(int newstate)
Expand Down

0 comments on commit 8c2bfdb

Please sign in to comment.