From 8c2bfdba4eb4de9548d16d2f890b93745650a4f0 Mon Sep 17 00:00:00 2001 From: Michael Carpenter Date: Mon, 5 May 2014 20:27:40 -0400 Subject: [PATCH] TableView3D: Disabled tracing checkbox until tracing is fixed properly --- core/src/tableview3d.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/tableview3d.cpp b/core/src/tableview3d.cpp index 7cf3459..34ba0eb 100644 --- a/core/src/tableview3d.cpp +++ b/core/src/tableview3d.cpp @@ -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)