From b773e77a0c17317c9096728876e2b3c0f29be559 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 27 Jul 2016 20:57:25 +0100 Subject: [PATCH] Corrected a minor comment --- src/MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index f2e74785..c6565d3a 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -831,8 +831,8 @@ void MainWindow::doubleClickTable(const QModelIndex& index) bool allowEditing = (m_currentTabTableModel == m_browseTableModel) && (db.getObjectByName(ui->comboBrowseTable->currentText()).gettype() == "table"); - // Enable or disable the Apply & Import buttons in the Edit Cell dock - // depending on the value of the "allowEditing" bool above + // Enable or disable the Apply, Null, & Import buttons in the Edit Cell + // dock depending on the value of the "allowEditing" bool above editDock->allowEditing(allowEditing); // Load the current value into the edit dock